revert-ci
This commit is contained in:
parent
57b9fc55fb
commit
23e0e9e8b3
@ -43,11 +43,14 @@ jobs:
|
|||||||
check:
|
check:
|
||||||
name: check and test
|
name: check and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: gradle:8.12.0-jdk21-alpine
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
- uses: https://github.com/gradle/actions/setup-gradle@v3
|
- uses: https://github.com/actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
distribution: 'zulu'
|
||||||
|
java-version: 21
|
||||||
|
check-latest: "false"
|
||||||
|
- uses: https://github.com/gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
cache-read-only: ${{ gitea.ref != 'refs/heads/master' && gitea.ref != 'refs/heads/develop' }}
|
cache-read-only: ${{ gitea.ref != 'refs/heads/master' && gitea.ref != 'refs/heads/develop' }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user