We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bec9e97 + 6320bd2 commit 157b048Copy full SHA for 157b048
1 file changed
.github/workflows/run-e2e-tests.yml
@@ -12,10 +12,10 @@ jobs:
12
image: bitnami/postgresql
13
ports:
14
- 5432:5432
15
- environment:
16
- - POSTGRESQL_USERNAME=docker
17
- - POSTGRESQL_PASSWORD=docker
18
- - POSTGRESQL_DATABASE=gogymapi
+ env:
+ POSTGRESQL_USERNAME: docker
+ POSTGRESQL_PASSWORD: docker
+ POSTGRESQL_DATABASE: gogymapi
19
20
steps:
21
- uses: actions/checkout@v3
0 commit comments