This commit is contained in:
Lunny Xiao 2020-09-15 22:42:30 +08:00
parent e086686a9b
commit 99ef3bff32
1 changed files with 2 additions and 2 deletions

View File

@ -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: