mirror of
https://github.com/brufdev/many-notes.git
synced 2025-12-20 09:59:55 -06:00
Create SQLite directory for parallel tests in CI
This commit is contained in:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -61,6 +61,7 @@ jobs:
|
||||
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