更新 .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
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:
parent
7deb3c6d72
commit
9db4e05562
@ -12,6 +12,12 @@ jobs:
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
echo ${{ env.RUNNER_TOOL_CACHE }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user