更新 .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 54s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Test Java / build-image (push) Failing after 2m31s

This commit is contained in:
huanghs 2024-11-17 19:16:32 +08:00
parent 1e47909eb9
commit e566e63df6

View File

@ -1,3 +1,7 @@
name: Test Java
on:
push:
jobs:
build-image:
runs-on: ubuntu-latest
@ -14,6 +18,6 @@ jobs:
java-version: 17
cache: gradle
- name: Gradle Build
- name: Run
run: |
java --version