Skip to content

Commit

Permalink
Fixing The Enviroment in the E2E Files
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroReves committed Jul 13, 2023
1 parent 1048b71 commit 178f486
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
ports:
- 5432:5432
env:
- POSTGRESQL_USERNAME=docker
- POSTGRESQL_PASSWORD=docker
- POSTGRESQL_DATABASE=apisolid
POSTGRESQL_USERNAME: docker
POSTGRESQL_PASSWORD: docker
POSTGRESQL_DATABASE: apisolid

steps:
-uses: actions/checkout@v3
Expand Down

0 comments on commit 178f486

Please sign in to comment.