Skip to content

Commit 64ee1dd

Browse files
committed
feat: add envs
1 parent f25b2f0 commit 64ee1dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
POSTGRES_HOST_AUTH_METHOD: trust
3232
env:
3333
ENVIRONMENT: ci
34+
DB_DB: money
35+
DB_HOST: postgres
36+
DB_USER: postgres
3437
steps:
3538
- uses: actions/checkout@v4
3639
- run: apk update && apk add curl openssl git openssh-client build-base && mkdir -p /root/.ssh

0 commit comments

Comments
 (0)