File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
33name : run-tests
44on : [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
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()
You can’t perform that action at this time.
0 commit comments