Skip to content

Commit f9ba824

Browse files
author
TaufiqTzy
committed
resolve phpunit error
1 parent 04e027b commit f9ba824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
# Sqlite | Laravel configuration
106106
- name: Sqlite | Laravel file configuration
107107
run: cd laravel &&
108+
rm -f database/database.sqlite &&
108109
touch database/database.sqlite &&
109110
sed -i 's/DB_CONNECTION=mysql/DB_CONNECTION=sqlite/g' .env &&
110111
sed -i 's/DB_DATABASE=laravel/DB_DATABASE=database\/database.sqlite/g' .env

0 commit comments

Comments
 (0)