Skip to content

Commit ba68ab0

Browse files
committed
use new POSTGRES_URL option in CI
1 parent c6b2d35 commit ba68ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Run Tests
3838
run: go test -v ./...
3939
env:
40-
POSTGRES_PASSWORD: oui
40+
POSTGRES_URL: postgresql://oui:oui@localhost/oui?sslmode=disable

0 commit comments

Comments
 (0)