Fix ci
This commit is contained in:
parent
e086686a9b
commit
99ef3bff32
|
@ -215,7 +215,7 @@ steps:
|
||||||
- test-postgres-schema
|
- test-postgres-schema
|
||||||
environment:
|
environment:
|
||||||
TEST_PGSQL_HOST: pgsql
|
TEST_PGSQL_HOST: pgsql
|
||||||
TEST_PGSQL_DBNAME: pgx_test
|
TEST_PGSQL_DBNAME: xorm_test
|
||||||
TEST_PGSQL_USERNAME: postgres
|
TEST_PGSQL_USERNAME: postgres
|
||||||
TEST_PGSQL_PASSWORD: postgres
|
TEST_PGSQL_PASSWORD: postgres
|
||||||
commands:
|
commands:
|
||||||
|
@ -234,7 +234,7 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
TEST_PGSQL_HOST: pgsql
|
TEST_PGSQL_HOST: pgsql
|
||||||
TEST_PGSQL_SCHEMA: xorm
|
TEST_PGSQL_SCHEMA: xorm
|
||||||
TEST_PGSQL_DBNAME: pgx_test
|
TEST_PGSQL_DBNAME: xorm_test
|
||||||
TEST_PGSQL_USERNAME: postgres
|
TEST_PGSQL_USERNAME: postgres
|
||||||
TEST_PGSQL_PASSWORD: postgres
|
TEST_PGSQL_PASSWORD: postgres
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue