更新 .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
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:
parent
ab7e14ba35
commit
3cf55bb085
@ -12,6 +12,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
- name: Run
|
||||||
|
run: |
|
||||||
|
echo ${{ env.RUNNER_TOOL_CACHE }}
|
||||||
|
ls ${{ env.RUNNER_TOOL_CACHE }}
|
||||||
|
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
@ -21,5 +26,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
echo ${{ env.RUNNER_TOOL_CACHE }}
|
|
||||||
java --version
|
java --version
|
Loading…
x
Reference in New Issue
Block a user