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 6e043c8 commit 26b7b0bCopy full SHA for 26b7b0b
.github/workflows/run-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Gradle
23
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
24
with:
25
- cache-read-only: ${{ github.ref != 'refs/heads/master' }}
+ cache-read-only: ${{ github.ref != 'refs/heads/Branch_6_0' }}
26
- name: Build with Gradle
27
run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir=/firebird/data
28
- name: Store Report Artifact
0 commit comments