Skip to content

Commit aa32137

Browse files
author
lapaliv
committed
ci: new tests
1 parent 4562e47 commit aa32137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,12 @@ jobs:
217217
cd ${{ runner.workspace }}/laravel
218218
sed -i 's/^DB_CONNECTION=.*/# &/' .env
219219
sed -i 's/^DB_CONNECTION=.*/# &/' .env.testing
220+
sed -i 's/^DB_DATABASE=.*/# &/' .env
221+
sed -i 's/^DB_DATABASE=.*/# &/' .env.testing
220222
echo "DB_CONNECTION=sqlite" >> .env
221223
echo "DB_CONNECTION=sqlite" >> .env.testing
222224
rm ${{ runner.workspace }}/laravel/database/migrations/*
223-
php artisan migrate:fresh
225+
# php artisan migrate:fresh
224226
php artisan config:show database.default
225227

226228
- name: Run tests (SQLite)

0 commit comments

Comments
 (0)