Skip to content

Commit 2f45540

Browse files
committed
fix envvars
1 parent e60664c commit 2f45540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
postgres:
1212
image: bitnami/postgresql:latest
1313
env:
14-
POSTGRES_DB: backslash
15-
POSTGRES_PASSWORD: backslash
16-
POSTGRES_USER: backslash
14+
POSTGRESQL_DATABASE: backslash
15+
POSTGRESQL_PASSWORD: backslash
16+
POSTGRESQL_USERNAME: backslash
1717
POSTGRESQL_FSYNC: "off"
1818
ports:
1919
- 5432:5432

0 commit comments

Comments
 (0)