更新 .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
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:
parent
1e47909eb9
commit
e566e63df6
@ -1,3 +1,7 @@
|
|||||||
|
name: Test Java
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -14,6 +18,6 @@ jobs:
|
|||||||
java-version: 17
|
java-version: 17
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Gradle Build
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
java --version
|
java --version
|
Loading…
x
Reference in New Issue
Block a user