mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-01-30 22:47:13 +08:00
Use a released version of 'gradle-build-action' for our CI job
This commit is contained in:
parent
e644288a42
commit
a7f880172e
4
.github/workflows/ci-init-script-check.yml
vendored
4
.github/workflows/ci-init-script-check.yml
vendored
@ -15,9 +15,7 @@ jobs:
|
||||
distribution: temurin
|
||||
java-version: 8
|
||||
- name: Setup Gradle
|
||||
uses: ./
|
||||
with:
|
||||
cache-read-only: false # For testing, allow writing cache entries on non-default branches
|
||||
uses: gradle/gradle-build-action@v2 # Use a released version to avoid breakages
|
||||
- name: Run integration tests
|
||||
working-directory: test/test-init-scripts
|
||||
run: ./gradlew check
|
||||
|
Loading…
x
Reference in New Issue
Block a user