Skip to content

Commit 5a897d3

Browse files
authored
Update copi-build.yml
1 parent 1f9d6f6 commit 5a897d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copi-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
workflow_dispatch:
66
env:
77
MIX_ENV: test
8-
POSTGRES_TEST_PWD: POSTGRES_TEST_PWD
8+
POSTGRES_TEST_PWD: POSTGRES_LOCAL_PWD
99
permissions:
1010
contents: read
1111
jobs:
@@ -16,7 +16,7 @@
1616
image: postgres:14
1717
env:
1818
POSTGRES_USER: postgres
19-
POSTGRES_PASSWORD: POSTGRES_TEST_PWD
19+
POSTGRES_PASSWORD: POSTGRES_LOCAL_PWD
2020
POSTGRES_DB: copi_test
2121
ports:
2222
- 5432:5432

0 commit comments

Comments
 (0)