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 }}."