Skip to content

Commit

Permalink
fix(actions): replace the host name with localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Apr 28, 2021
1 parent 76f4dcc commit 5721850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
DB_USER: postgres
DB_PASSWORD: password
DB_HOST: postgres
DB_HOST: localhost
DB_PORT: 5432
DB_NAME: users
DB_DRIVER: postgres
Expand Down

0 comments on commit 5721850

Please sign in to comment.