Skip to content

Commit 68c1d03

Browse files
committed
Upgrade to juarezr/firebirdsql-github-action and configure test to use events
1 parent 50923e8 commit 68c1d03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ jobs:
3434
with:
3535
username: ${{ secrets.DOCKERHUB_USERNAME }}
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
37-
- uses: juarezr/firebirdsql-github-action@v2.0.3
37+
- uses: juarezr/firebirdsql-github-action@v2.2.0
3838
with:
3939
version: '5.0.3'
4040
firebird_root_password: 'masterkey'
4141
firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth;Srp224;Srp384;Srp512,UserManager=Srp;Legacy_UserManager'
42+
event_port: 3051
4243
- uses: actions/checkout@v6
4344
- name: Set up Java ${{ matrix.java.version }}
4445
uses: actions/setup-java@v5
@@ -51,7 +52,7 @@ jobs:
5152
with:
5253
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
5354
- name: Build with Gradle
54-
run: ./gradlew test -PbuildProfile=${{ matrix.java.buildProfile }} -PtestProfile=${{ matrix.java.testProfile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/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
5556
- name: Store Report Artifact
5657
uses: actions/upload-artifact@v7
5758
if: always()

0 commit comments

Comments
 (0)