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 f8e180f commit b54d752Copy full SHA for b54d752
.github/workflows/run-tests.yml
@@ -93,4 +93,4 @@ jobs:
93
if: "${{ matrix.db == 'sqlite' }}"
94
env:
95
DB_CONNECTION: sqlite
96
- DB_DATABASE: :memory:
+ DB_DATABASE: ":memory:"
0 commit comments