mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Control version of Gradle in PATH for unit tests
This commit is contained in:
parent
f4e0ea0cdd
commit
61e4a25782
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci-check-and-unit-test.yml
vendored
6
.github/workflows/ci-check-and-unit-test.yml
vendored
|
@ -23,6 +23,12 @@ jobs:
|
|||
node-version: 20
|
||||
cache: npm
|
||||
cache-dependency-path: sources/package-lock.json
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4 # Use a released version to avoid breakages
|
||||
env:
|
||||
ALLOWED_GRADLE_WRAPPER_CHECKSUMS: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 # Invalid wrapper jar used for testing
|
||||
with:
|
||||
gradle-version: "8.10.2"
|
||||
|
||||
- name: Check formatting and compile
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue