Skip to content

Commit

Permalink
Control version of Gradle in PATH for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Oct 7, 2024
1 parent f4e0ea0 commit 61e4a25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-check-and-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 61e4a25

Please sign in to comment.