Skip to content

Commit 978f693

Browse files
committed
fix mem tests
1 parent fb71056 commit 978f693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ jobs:
104104
- name: Execute tests (Unit and Feature tests) via PHPUnit
105105
env:
106106
DB_CONNECTION: sqlite
107-
DB_DATABASE: :memory:
107+
DB_DATABASE: ':memory:'
108108
run: vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)