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 54c8371 commit 713db1eCopy full SHA for 713db1e
.github/workflows/run-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
distribution: 'temurin'
22
cache: gradle
23
- name: Validate Gradle wrapper
24
- uses: gradle/wrapper-validation-action@85cde3f5a1033b2adc2442631c24b530f1183a1a
+ uses: gradle/actions/wrapper-validation@db19848a5fa7950289d3668fb053140cf3028d43
25
- name: Build with Gradle
26
run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir=/firebird/data
27
- name: Cleanup Gradle Cache
0 commit comments