mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Use a released version of 'gradle-build-action' for our CI job
This commit is contained in:
parent
e644288a42
commit
a7f880172e
1 changed files with 1 additions and 3 deletions
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
|
distribution: temurin
|
||||||
java-version: 8
|
java-version: 8
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: ./
|
uses: gradle/gradle-build-action@v2 # Use a released version to avoid breakages
|
||||||
with:
|
|
||||||
cache-read-only: false # For testing, allow writing cache entries on non-default branches
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
working-directory: test/test-init-scripts
|
working-directory: test/test-init-scripts
|
||||||
run: ./gradlew check
|
run: ./gradlew check
|
||||||
|
|
Loading…
Reference in a new issue