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 @@ -148,7 +148,7 @@ jobs:
148
148
PDO_MYSQL_TEST_DSN : mysql:host=mysql;dbname=test
149
149
PDO_MYSQL_TEST_HOST : mysql
150
150
PDO_FIREBIRD_TEST_DATABASE : test.fdb
151
- PDO_FIREBIRD_TEST_DSN : firebird:dbname=localhost :test.fdb
151
+ PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird :test.fdb
152
152
PDO_FIREBIRD_TEST_PASS : test
153
153
PDO_FIREBIRD_TEST_USER : test
154
154
services :
You can’t perform that action at this time.
0 commit comments