Skip to content

Commit f2a63d5

Browse files
A crutch is inserted
1 parent 9c9ffee commit f2a63d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: composer require laravel/framework:^${{ matrix.laravel }}
3131

32+
- name: Touch database
33+
run: mkdir tests/tmp && touch tests/tmp/database.sqlite
34+
3235
- name: Execute tests
3336
run: vendor/bin/pest --group SQLite
3437

0 commit comments

Comments
 (0)