Skip to content

Commit 0990a9b

Browse files
committed
feat: fixing cicd
1 parent a1aa316 commit 0990a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
POSTGRES_USER: postgres
4848
POSTGRES_PASSWORD: postgres
4949
POSTGRES_SERVICE_HOST: postgres
50-
POSTGRES_SERVICE_PORT: ${{ job.services.postgres.ports[5432] }}
50+
POSTGRES_SERVICE_PORT: 5432 #${{ job.services.postgres.ports[5432] }}
5151

5252
steps:
5353
- name: Checkout code

0 commit comments

Comments
 (0)