no cd
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9s

This commit is contained in:
Gregor Lohaus
2026-03-09 15:24:00 +01:00
parent dd31c35e70
commit f114b3a776
2 changed files with 4 additions and 2 deletions

View File

@@ -22,5 +22,7 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: cd ${{ gitea.workspace }}/Backend && gradle build
- name: build
working-directory: ${{ gitea.workspace }}/Backend
run: gradle build
- run: echo "🍏 This job's status is ${{ job.status }}."