mirror of
https://github.com/brufdev/many-notes.git
synced 2025-12-19 09:29:48 -06:00
Remove config cache in CI to fix parallel SQLite tests
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -60,8 +60,6 @@ jobs:
|
||||
run: |
|
||||
cp .env.example .env
|
||||
php artisan key:generate
|
||||
php artisan config:cache
|
||||
mkdir -p database/sqlite
|
||||
|
||||
- name: Tests
|
||||
run: composer test
|
||||
Reference in New Issue
Block a user