update runner
Some checks failed
Gitea Actions Demo / check (push) Failing after 4s

This commit is contained in:
Sam Liu 2024-09-24 16:53:31 +07:00
parent 2e8f6329b5
commit f496fd743c

View File

@ -17,5 +17,5 @@ jobs:
- run: git clone ssh://git@thamluu.synology.me:222/sam/fuware-fe.git fuware-fe
- name: run docker
working-directory: /home/raysam/act-runner-host/repo/fuware-fe
run: docker compose up --build -d
run: git switch develop && docker compose up --build -d
- run: echo "🍏 This job's status is ${{ job.status }}."