Skip to content

Commit 0fa86a3

Browse files
committed
Revert "Map DB dir as suggested in juarezr/firebirdsql-github-action#15"
This reverts commit 3e9a79f.
1 parent 3e9a79f commit 0fa86a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
firebird_root_password: 'masterkey'
4343
firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth;Srp224;Srp384;Srp512,UserManager=Srp;Legacy_UserManager'
4444
event_port: 3051
45-
volumes: '${{ runner.temp }}/firebird-data:/var/lib/firebird/data'
4645
- uses: actions/checkout@v6
4746
- name: Set up Java ${{ matrix.java.version }}
4847
uses: actions/setup-java@v5
@@ -55,7 +54,7 @@ jobs:
5554
with:
5655
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
5756
- name: Build with Gradle
58-
run: ./gradlew test -PbuildProfile=${{ matrix.java.buildProfile }} -PtestProfile=${{ matrix.java.testProfile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data -Ptest.db.mapped=${{ runner.temp }}/firebird-data -Ptest.event.available=true
57+
run: ./gradlew test -PbuildProfile=${{ matrix.java.buildProfile }} -PtestProfile=${{ matrix.java.testProfile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data -Ptest.event.available=true
5958
- name: Store Report Artifact
6059
uses: actions/upload-artifact@v7
6160
if: always()

0 commit comments

Comments
 (0)