Skip to content

Commit 95c4265

Browse files
committed
Also change db directory
1 parent 270623f commit 95c4265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
cache-read-only: ${{ github.ref != 'refs/heads/Branch_6_0' }}
2727
- name: Build with Gradle
28-
run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir=/firebird/data
28+
run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir==/var/lib/firebird/data
2929
- name: Store Report Artifact
3030
uses: actions/upload-artifact@v4
3131
if: always()

0 commit comments

Comments
 (0)