Skip to content

Commit

Permalink
fix mem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Mar 17, 2024
1 parent fb71056 commit 978f693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ jobs:
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
DB_DATABASE: :memory:
DB_DATABASE: ':memory:'
run: vendor/bin/phpunit --testdox

0 comments on commit 978f693

Please sign in to comment.