Skip to content

Commit 48e6ad8

Browse files
author
Tony Lea
committed
Adding the sqlite file in the action
1 parent 5205507 commit 48e6ad8

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
@@ -25,6 +25,9 @@ jobs:
2525
tools: composer:v2
2626
coverage: xdebug
2727

28+
- name: Create SQLite Database
29+
run: touch database/database.sqlite
30+
2831
- name: Install Dependencies
2932
run: composer install --no-interaction --prefer-dist --optimize-autoloader
3033

0 commit comments

Comments
 (0)