Skip to content

Commit

Permalink
fix tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkeksz committed Jan 7, 2024
1 parent d78a0ea commit 63f9099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ POSTGRES_USERNAME=waisy
POSTGRES_PASSWORD=1234
POSTGRES_DATABASE=waisy
POSTGRES_HOST=localhost
POSTGRES_PORT=5444
POSTGRES_PORT=5443
POSTGRES_SYNCHRONIZE=false
POSTGRES_MIGRATIONS_RUN=true
EMAIL_VERIFICATION_CODE_LIFETIME_MINUTES=10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
postgres:
image: postgres:${{ matrix.postgres-version }}
ports:
- 5431:5432
- 5443:5432
env:
POSTGRES_PASSWORD: 1234
POSTGRES_USER: waisy
Expand Down

0 comments on commit 63f9099

Please sign in to comment.