We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1aa316 commit 0990a9bCopy full SHA for 0990a9b
.github/workflows/test-package.yml
@@ -47,7 +47,7 @@ jobs:
47
POSTGRES_USER: postgres
48
POSTGRES_PASSWORD: postgres
49
POSTGRES_SERVICE_HOST: postgres
50
- POSTGRES_SERVICE_PORT: ${{ job.services.postgres.ports[5432] }}
+ POSTGRES_SERVICE_PORT: 5432 #${{ job.services.postgres.ports[5432] }}
51
52
steps:
53
- name: Checkout code
0 commit comments