更新 .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 51s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Test Java / build-image (push) Successful in 1m8s

This commit is contained in:
huanghs 2024-11-18 11:41:37 +08:00
parent 3cf55bb085
commit 7deb3c6d72

View File

@ -15,7 +15,7 @@ jobs:
- name: Run - name: Run
run: | run: |
echo ${{ env.RUNNER_TOOL_CACHE }} echo ${{ env.RUNNER_TOOL_CACHE }}
ls ${{ env.RUNNER_TOOL_CACHE }} ls /
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v4 uses: actions/setup-java@v4