Skip to content

Commit 5f1086c

Browse files
committed
WIP
1 parent 11f59f6 commit 5f1086c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/phpunit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
timedatectl
5858
- name: Prepare the application
5959
run: |
60+
touch database/database.sqlite
6061
php -r "file_exists('.env') || copy('.env.example', '.env');"
6162
php artisan key:generate
6263
- name: Clear Config

0 commit comments

Comments
 (0)