Skip to content

Commit

Permalink
fixup! Use postgres service settings to create nztraintest db
Browse files Browse the repository at this point in the history
Comment out the setting for now, so that we're actually testing the
script that creates the database. Keeping it as a comment because it
might be useful when we pare down the install scripts.
  • Loading branch information
tom93 committed Jan 5, 2024
1 parent a25c637 commit fc8ccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
image: postgres:11-alpine
ports: ["5432:5432"]
env:
POSTGRES_DB: nztraintest
#POSTGRES_DB: nztraintest # not required because script/install.bash creates the database
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: >-
Expand Down

0 comments on commit fc8ccc9

Please sign in to comment.