Skip to content

Commit

Permalink
Changing postgres server host
Browse files Browse the repository at this point in the history
  • Loading branch information
chiroito committed May 10, 2023
1 parent dd38741 commit c14d8b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
bash bin/native-image-test.sh
./artifact-test/target/artifact-test
env:
POSTGRES_HOST: localhost
POSTGRES_HOST: postgres
POSTGRES_PASSWORD: postgres
2 changes: 1 addition & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
bash bin/native-image-test.sh
./artifact-test/target/artifact-test
env:
POSTGRES_HOST: localhost
POSTGRES_HOST: postgres
POSTGRES_PASSWORD: postgres

release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
bash bin/native-image-test.sh
./artifact-test/target/artifact-test
env:
POSTGRES_HOST: localhost
POSTGRES_HOST: postgres
POSTGRES_PASSWORD: postgres

release:
Expand Down

0 comments on commit c14d8b4

Please sign in to comment.