We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0fb78 commit 75c8ddfCopy full SHA for 75c8ddf
1 file changed
.github/workflows/run-tests.yml
@@ -46,9 +46,8 @@ jobs:
46
java-version: ${{ matrix.java.javaInstall }}
47
distribution: 'temurin'
48
- name: Setup Gradle
49
- uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c
+ uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e
50
with:
51
- gradle-version: '8.14.3'
52
cache-read-only: ${{ github.ref != 'refs/heads/Branch_5_0' }}
53
- name: Build with Gradle
54
run: ./gradlew test -PbuildProfile=${{ matrix.java.buildProfile }} -PtestProfile=${{ matrix.java.testProfile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data
0 commit comments