Skip to content

Commit

Permalink
ci: fixing structure
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielLacerda00 committed Feb 11, 2024
1 parent 4ffdb46 commit fb483c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e-test.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 fb483c3

Please sign in to comment.