更新 .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 5s
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 11:40:17 +08:00
parent ab7e14ba35
commit 3cf55bb085

View File

@ -12,6 +12,11 @@ jobs:
with:
fetch-depth: 1
- name: Run
run: |
echo ${{ env.RUNNER_TOOL_CACHE }}
ls ${{ env.RUNNER_TOOL_CACHE }}
- name: Setup Java
uses: actions/setup-java@v4
with:
@ -21,5 +26,4 @@ jobs:
- name: Run
run: |
echo ${{ env.RUNNER_TOOL_CACHE }}
java --version