We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b41c0 commit f26fb2bCopy full SHA for f26fb2b
1 file changed
.github/workflows/ci-build.yaml
@@ -43,4 +43,4 @@ jobs:
43
nosetests -v --with-spec --spec-color --with-coverage --cover-package=service
44
nosetests -v --with-spec --spec-color --with-coverage
45
env:
46
-postgresql://postgres:pgs3cr3t@postgres:5432/testdb DATABASE_URI: "postgresql://postgres:pgs3cr3t@postgres:5432/testdb"
+ DATABASE_URI: "postgresql://postgres:pgs3cr3t@postgres:5432/testdb"
0 commit comments