From f496fd743cd3da051d34aed1a55a2f9337bfd648 Mon Sep 17 00:00:00 2001 From: Sam Liu Date: Tue, 24 Sep 2024 16:53:31 +0700 Subject: [PATCH] update runner --- .gitea/workflows/test-self.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-self.yaml b/.gitea/workflows/test-self.yaml index 15ac577..fdc4c78 100644 --- a/.gitea/workflows/test-self.yaml +++ b/.gitea/workflows/test-self.yaml @@ -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 }}."