We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb71056 commit 978f693Copy full SHA for 978f693
.github/workflows/run-tests.yml
@@ -104,5 +104,5 @@ jobs:
104
- name: Execute tests (Unit and Feature tests) via PHPUnit
105
env:
106
DB_CONNECTION: sqlite
107
- DB_DATABASE: :memory:
+ DB_DATABASE: ':memory:'
108
run: vendor/bin/phpunit --testdox
0 commit comments