Skip to content

Commit 157b048

Browse files
Merge pull request #17 from DevAnseSenior/e2e
E2e
2 parents bec9e97 + 6320bd2 commit 157b048

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
image: bitnami/postgresql
1313
ports:
1414
- 5432:5432
15-
environment:
16-
- POSTGRESQL_USERNAME=docker
17-
- POSTGRESQL_PASSWORD=docker
18-
- POSTGRESQL_DATABASE=gogymapi
15+
env:
16+
POSTGRESQL_USERNAME: docker
17+
POSTGRESQL_PASSWORD: docker
18+
POSTGRESQL_DATABASE: gogymapi
1919

2020
steps:
2121
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)