File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
4546 - uses : actions/checkout@v6
4647 - name : Set up Java ${{ matrix.java.version }}
4748 uses : actions/setup-java@v5
5455 with :
5556 cache-read-only : ${{ github.ref != 'refs/heads/master' }}
5657 - name : Build with Gradle
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
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
5859 - name : Store Report Artifact
5960 uses : actions/upload-artifact@v7
6061 if : always()
You can’t perform that action at this time.
0 commit comments