Skip to content

Commit 6ac3f48

Browse files
committed
Upgrade GitHub Action run_tests to juarezr/firebirdsql-github-action v2 and Firebird 5.0.2
1 parent 25b48cc commit 6ac3f48

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright 2022-2024 Mark Rotteveel
1+
# SPDX-FileCopyrightText: Copyright 2022-2025 Mark Rotteveel
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33
name: run-tests
44
on: [push,pull_request]
@@ -10,11 +10,12 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: juarezr/firebirdsql-github-action@v1.2.0
13+
- uses: juarezr/firebirdsql-github-action@v2
1414
with:
15-
version: 'v4.0'
16-
isc_password: 'masterkey'
15+
version: '5.0.2'
16+
firebird_root_password: 'masterkey'
1717
enable_legacy_client_auth: 'true'
18+
firebird_conf: 'WireCrypt=Enabled'
1819
- uses: actions/checkout@v4
1920
- name: Set up Java 17
2021
uses: actions/setup-java@v4
@@ -26,7 +27,7 @@ jobs:
2627
with:
2728
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
2829
- name: Build with Gradle
29-
run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir=/firebird/data
30+
run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data
3031
- name: Store Report Artifact
3132
uses: actions/upload-artifact@v4
3233
if: always()

0 commit comments

Comments
 (0)