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 27fd096 commit 72c2994Copy full SHA for 72c2994
.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