We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbae3b0 commit 270623fCopy full SHA for 270623f
.github/workflows/run-tests.yml
@@ -8,11 +8,12 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: juarezr/firebirdsql-github-action@v1.2.0
+ - uses: juarezr/firebirdsql-github-action@v2.0.0
12
with:
13
- version: 'v4.0'
14
- isc_password: 'masterkey'
+ version: '5.0.2'
+ firebird_root_password: 'masterkey'
15
enable_legacy_client_auth: 'true'
16
+ firebird_conf: 'WireCrypt=Enabled'
17
- uses: actions/checkout@v4
18
- name: Set up Java 17
19
uses: actions/setup-java@v4
0 commit comments