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

This commit is contained in:
huanghs 2024-11-17 19:36:46 +08:00
parent a6e12c82eb
commit 864b7514e4

View File

@ -12,7 +12,7 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v3 uses: actions/setup-java@v4
with: with:
distribution: zulu distribution: zulu
java-version: 17 java-version: 17