File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 30
30
export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postgres"
31
31
fi
32
32
export PDO_FIREBIRD_TEST_DATABASE=test.fdb
33
- export PDO_FIREBIRD_TEST_DSN=firebird:dbname=localhost:test.fdb
33
+ if [[ -z "$PDO_FIREBIRD_TEST_DSN" ]]; then
34
+ export PDO_FIREBIRD_TEST_DSN=firebird:dbname=localhost:test.fdb
35
+ fi
34
36
export PDO_FIREBIRD_TEST_PASS=test
35
37
export PDO_FIREBIRD_TEST_USER=test
36
38
export ODBC_TEST_USER="odbc_test"
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
PDO_MYSQL_TEST_DSN : mysql:host=mysql;dbname=test
148
148
PDO_MYSQL_TEST_HOST : mysql
149
149
PDO_FIREBIRD_TEST_DATABASE : test.fdb
150
- PDO_FIREBIRD_TEST_DSN : firebird:dbname=localhost :test.fdb
150
+ PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird :test.fdb
151
151
PDO_FIREBIRD_TEST_PASS : test
152
152
PDO_FIREBIRD_TEST_USER : test
153
153
services :
You can’t perform that action at this time.
0 commit comments