We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c2994 commit 30444b3Copy full SHA for 30444b3
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
database_url:
15
- postgres://runner:password@localhost/project
16
- mysql://root:[email protected]/project
17
- - `sqlite:///:memory:`
+ - 'sqlite:///:memory:'
18
19
services:
20
postgres:
0 commit comments