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

This commit is contained in:
huanghs 2024-11-18 11:48:28 +08:00
parent 7deb3c6d72
commit 9db4e05562

View File

@ -12,6 +12,12 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Cache Gradle Wrapper
uses: actions/cache@v3
with:
path: ${{ env.RUNNER_TOOL_CACHE }}
key: ${{ runner.os }}-${{ env.RUNNER_TOOL_CACHE }}
- name: Run - name: Run
run: | run: |
echo ${{ env.RUNNER_TOOL_CACHE }} echo ${{ env.RUNNER_TOOL_CACHE }}