We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80231c commit c6d920dCopy full SHA for c6d920d
.github/workflows/build.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: Run unit tests
30
run: make test
31
env:
32
- CTF_DB_DSN: 'postgres://postgres:postgres@localhost:5432/postgres_test?sslmode=disable'
+ CTF_DB_DSN: 'postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres_test?sslmode=disable'
0 commit comments