Skip to content

Commit 3ade58f

Browse files
committed
add postgres as a service to ci-3
1 parent 09245b8 commit 3ade58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_pipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
image: postgres:14-alpine
1717
env:
1818
POSTGRES_USER: postgres
19-
POSTGRES_HOST_AUTH_METHOD: trust
19+
POSTGRES_PASSWORD: ${{secrets.POSTGRES_PASSWORD}}
2020
POSTGRES_DB: laxmi_bank
2121
ports:
2222
- 5432:5432

0 commit comments

Comments
 (0)