Skip to content

Commit

Permalink
Update e2e.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael authored Jan 9, 2025
1 parent 6dc582f commit 36ffed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
ports:
- 5432:5432
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
POSTGRES_USER: ${{ POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ POSTGRES_PASSWORD }}
volumes:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql

Expand Down

0 comments on commit 36ffed7

Please sign in to comment.