Skip to content

Commit 12f2a9b

Browse files
committed
Quote pg uri
1 parent 42bb48d commit 12f2a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: success()
3636
run: go test -timeout 60s -cover ./... -coverprofile=coverage.txt -covermode=atomic
3737
env:
38-
PG_URI: postgres://test:test@localhost:${{ job.services.postgres.ports[5432] }}/test?sslmode=disable
38+
PG_URI: "postgres://test:test@localhost:${{ job.services.postgres.ports[5432] }}/test?sslmode=disable"
3939

4040
- name: Upload coverage to Codecov
4141
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)