File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4040 firebird_root_password : ' masterkey'
4141 firebird_conf : ' WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth;Srp224;Srp384;Srp512,UserManager=Srp;Legacy_UserManager'
4242 event_port : 3051
43- volumes : ' ${{ github.workspace }}/db-data:/var/lib/firebird/data'
4443 - uses : actions/checkout@v6
4544 - name : Set up Java ${{ matrix.java.version }}
4645 uses : actions/setup-java@v5
5352 with :
5453 cache-read-only : ${{ github.ref != 'refs/heads/master' }}
5554 - name : Build with Gradle
56- 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 -Ptest.db.mapped=${{ github.workspace }}/db-data
55+ 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
5756 - name : Store Report Artifact
5857 uses : actions/upload-artifact@v7
5958 if : always()
You can’t perform that action at this time.
0 commit comments