Skip to content

Commit f483a04

Browse files
committed
fix: tweaking ci
1 parent 72c14fc commit f483a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
image: postgres:16.2
1313
# Provide the password for postgres
1414
env:
15-
POSTGRES_PASSWORD: postgres
15+
POSTGRES_PASSWORD: password
1616
POSTGRES_DB: jaeger
1717
# Set health checks to wait until postgres has started
1818
options: >-
@@ -37,5 +37,5 @@ jobs:
3737
run: go build -v ./...
3838
- name: Test
3939
env:
40-
TEST_DATABASE_URL: postgresql://postgres:password@postgres:5432/jaeger
40+
TEST_DATABASE_URL: "postgres://postgres:password@localhost:5432/jaeger"
4141
run: go test -test.parallel=1 ./...

0 commit comments

Comments
 (0)