更新 .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 48s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Test Java / build-image (push) Successful in 1m45s
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 48s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Test Java / build-image (push) Successful in 1m45s
This commit is contained in:
parent
864b7514e4
commit
60e526cc7e
@ -2,6 +2,9 @@ name: Test Java
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
jobs:
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
@ -20,4 +23,5 @@ jobs:
|
||||
|
||||
- name: Run
|
||||
run: |
|
||||
echo ${{ env.RUNNER_TOOL_CACHE }}
|
||||
java --version
|
Loading…
x
Reference in New Issue
Block a user