Update build.yaml
This commit is contained in:
parent
4c71b0f9e8
commit
7dc86fda8e
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
# The hostname used to communicate with the PostgreSQL service container
|
||||
CODEGEN_DB_HOST: postgres
|
||||
# The default PostgreSQL port
|
||||
CODEGEN_DB_PORT: 5435
|
||||
CODEGEN_DB_PORT: 5432
|
||||
CODEGEN_DB_USER: codegenuser
|
||||
CODEGEN_DB_PASSWOD: postgres
|
||||
CODEGEN_DB_NAME: codegendb
|
||||
@ -34,8 +34,8 @@ jobs:
|
||||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
ports:
|
||||
- 5435:5432
|
||||
# ports:
|
||||
# - 5435:5432
|
||||
|
||||
steps:
|
||||
# Downloads a copy of the code in your repository before running CI tests
|
||||
|
Loading…
Reference in New Issue
Block a user