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 c3de66d commit 45a0686Copy full SHA for 45a0686
.github/workflows/ci.yml
@@ -33,8 +33,6 @@ jobs:
33
POSTGRES_DB: circle_test
34
POSTGRES_USER: postgres
35
POSTGRES_PASSWORD: test
36
- ports:
37
- - 5432:5432
38
# options: >-
39
# --health-cmd="pg_isready -U postgres -d circle_test"
40
# --health-interval=10s
@@ -45,7 +43,7 @@ jobs:
45
43
# should also be updated.
46
44
image: quay.io/prometheus/golang-builder:1.25-base
47
env:
48
- DATA_SOURCE_NAME: 'postgresql://postgres:test@localhost:5432/circle_test?sslmode=disable'
+ DATA_SOURCE_NAME: 'postgresql://postgres:test@postgres:5432/circle_test?sslmode=disable'
49
GOOPTS: '-v -tags integration'
50
steps:
51
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments