Skip to content

Commit b96113c

Browse files
committed
fix env variables
1 parent 0da7697 commit b96113c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ jobs:
103103
--health-timeout 5s
104104
--health-retries 5
105105
env:
106-
POSTGRES_PASSWORD: sponsor.ajay.app/donate
107-
PG_USER: ci_db_user
108-
PG_PASS: ci_db_pass
106+
POSTGRES_USER: ci_db_user
107+
POSTGRES_PASSWORD: ci_db_pass
109108
codecov:
110109
needs: [test-sqlite, test-postgres]
111110
name: Run Codecov

0 commit comments

Comments
 (0)