更新 .gitea/workflows/test-java.yml
Some checks failed
Gitea Actions Demo / build-docker (push) Waiting to run
Cache Npx / task (push) Waiting to run
Test Java / build-image (push) Failing after 15s
Gitea Actions Demo / setup (push) Failing after 46s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped

This commit is contained in:
huanghs 2024-11-18 13:51:55 +08:00
parent f33b3ebf9a
commit 862bb35def

View File

@ -32,4 +32,6 @@ jobs:
- name: Run - name: Run
run: | run: |
java --version java --version
chmod a+x ./gradlew
./gradlew help