Skip to content

Commit d619f2b

Browse files
committed
Add required postgres env variable
1 parent 3a550b6 commit d619f2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
services:
2020
postgres:
2121
image: postgres:11
22+
env:
23+
POSTGRES_PASSWORD: postgres
2224
ports:
2325
- 5432:5432
2426
# needed because the postgres container does not provide a healthcheck

0 commit comments

Comments
 (0)