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 4562e47 commit aa32137Copy full SHA for aa32137
.github/workflows/check.yml
@@ -217,10 +217,12 @@ jobs:
217
cd ${{ runner.workspace }}/laravel
218
sed -i 's/^DB_CONNECTION=.*/# &/' .env
219
sed -i 's/^DB_CONNECTION=.*/# &/' .env.testing
220
+ sed -i 's/^DB_DATABASE=.*/# &/' .env
221
+ sed -i 's/^DB_DATABASE=.*/# &/' .env.testing
222
echo "DB_CONNECTION=sqlite" >> .env
223
echo "DB_CONNECTION=sqlite" >> .env.testing
224
rm ${{ runner.workspace }}/laravel/database/migrations/*
- php artisan migrate:fresh
225
+# php artisan migrate:fresh
226
php artisan config:show database.default
227
228
- name: Run tests (SQLite)
0 commit comments