更新 .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

This commit is contained in:
huanghs 2024-11-18 11:32:17 +08:00
parent 864b7514e4
commit 60e526cc7e

View File

@ -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