Skip to content

Commit

Permalink
fix: readd POSTGRES_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed Oct 11, 2023
1 parent ab3e193 commit 3cd2bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
docker run \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_HOST=localhost \
--network=host \
app bin/ci.sh lint || \
EXIT_STATUS=$?
Expand Down Expand Up @@ -121,5 +122,6 @@ jobs:
docker run \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_HOST=localhost \
--network=host \
app bin/ci.sh spec

0 comments on commit 3cd2bfb

Please sign in to comment.