diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index b28a3ad..349e21c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -18,7 +18,9 @@ jobs: uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - run: /usr/local/bin/docker-entrypoint.sh postgres & - name: List files in the repository run: | ls ${{ gitea.workspace }} + - run: cd ${{ gitea.workspace }}/Backend && gradle build - run: echo "🍏 This job's status is ${{ job.status }}."