We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b2d35 commit ba68ab0Copy full SHA for ba68ab0
.github/workflows/test.yml
@@ -37,4 +37,4 @@ jobs:
37
- name: Run Tests
38
run: go test -v ./...
39
env:
40
- POSTGRES_PASSWORD: oui
+ POSTGRES_URL: postgresql://oui:oui@localhost/oui?sslmode=disable
0 commit comments