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 95c4265 commit 9e276a3Copy full SHA for 9e276a3
.github/workflows/run-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
cache-read-only: ${{ github.ref != 'refs/heads/Branch_6_0' }}
27
- name: Build with Gradle
28
- run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir==/var/lib/firebird/data
+ run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data
29
- name: Store Report Artifact
30
uses: actions/upload-artifact@v4
31
if: always()
0 commit comments