We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e027b commit f9ba824Copy full SHA for f9ba824
.github/workflows/phpunit.yml
@@ -105,6 +105,7 @@ jobs:
105
# Sqlite | Laravel configuration
106
- name: Sqlite | Laravel file configuration
107
run: cd laravel &&
108
+ rm -f database/database.sqlite &&
109
touch database/database.sqlite &&
110
sed -i 's/DB_CONNECTION=mysql/DB_CONNECTION=sqlite/g' .env &&
111
sed -i 's/DB_DATABASE=laravel/DB_DATABASE=database\/database.sqlite/g' .env
0 commit comments