Merge branch 'main' of http://10.9.0.0/ttc/micro-frontend
Some checks failed
Build Docker Image / Restart Docker Compose (push) Waiting to run
Build Docker Image / Build Docker Image (push) Failing after 3s

This commit is contained in:
x2Skyz
2025-11-26 15:16:54 +07:00

View File

@@ -4,15 +4,10 @@ on: [push]
jobs:
Build Docker Image:
runs-on: ubuntu-latest
runs-on: ubuntu-node
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install system dependencies
run: |
# change mirror to kku.ac.th for faster package downloading
sudo sed -i 's@http://archive.ubuntu.com@http://mirror.kku.ac.th@g' /etc/apt/sources.list.d/ubuntu.sources
sudo apt update && sudo apt install nodejs npm curl -y
- name: Install project dependencies
run: |
(
@@ -25,7 +20,7 @@ jobs:
npm install --force --legacy-peer-deps --include=dev
npm install -g @angular/cli
)
- name: Build accounting webapp
- name: Build webapp
run: |
(
cd accounting-ng-nuttakit
@@ -56,4 +51,5 @@ jobs:
- name: Restart compose project
run: |
echo '(cd frontend-development-kickstarter && ddd && ddd && ddud)' > /hostpipe