mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 09:36:00 +00:00
fix: update firebird workflows
This commit is contained in:
12
.github/workflows/run-tests.yaml
vendored
12
.github/workflows/run-tests.yaml
vendored
@@ -106,11 +106,11 @@ jobs:
|
|||||||
image: 'firebirdsql/firebird:latest'
|
image: 'firebirdsql/firebird:latest'
|
||||||
container_name: firebird-db
|
container_name: firebird-db
|
||||||
env:
|
env:
|
||||||
- FIREBIRD_DATABASE=mydatabase.fdb
|
FIREBIRD_DATABASE: mydatabase.fdb
|
||||||
- FIREBIRD_USER=dbuser
|
FIREBIRD_USER: dbuser
|
||||||
- FIREBIRD_PASSWORD=dbpassword
|
FIREBIRD_PASSWORD: dbpassword
|
||||||
- ISC_PASSWORD=masterkey
|
ISC_PASSWORD: masterkey
|
||||||
- FIREBIRD_TRACE=false
|
FIREBIRD_TRACE: false
|
||||||
- FIREBIRD_USE_LEGACY_AUTH=true
|
FIREBIRD_USE_LEGACY_AUTH: true
|
||||||
ports:
|
ports:
|
||||||
- '3050:3050'
|
- '3050:3050'
|
||||||
|
|||||||
@@ -127,11 +127,11 @@ jobs:
|
|||||||
image: firebirdsql/firebird:latest
|
image: firebirdsql/firebird:latest
|
||||||
container_name: firebird-db
|
container_name: firebird-db
|
||||||
env:
|
env:
|
||||||
- FIREBIRD_DATABASE=mydatabase.fdb
|
FIREBIRD_DATABASE: mydatabase.fdb
|
||||||
- FIREBIRD_USER=dbuser
|
FIREBIRD_USER: dbuser
|
||||||
- FIREBIRD_PASSWORD=dbpassword
|
FIREBIRD_PASSWORD: dbpassword
|
||||||
- ISC_PASSWORD=masterkey
|
ISC_PASSWORD: masterkey
|
||||||
- FIREBIRD_TRACE=false
|
FIREBIRD_TRACE: false
|
||||||
- FIREBIRD_USE_LEGACY_AUTH=true
|
FIREBIRD_USE_LEGACY_AUTH: true
|
||||||
ports:
|
ports:
|
||||||
- '3050:3050'
|
- '3050:3050'
|
||||||
|
|||||||
Reference in New Issue
Block a user