mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
create sqlite database for tests
This commit is contained in:
parent
470274279b
commit
5b2c419e91
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -35,5 +35,8 @@ jobs:
|
|||||||
if: steps.composer-cache.outputs.cache-hit != 'true'
|
if: steps.composer-cache.outputs.cache-hit != 'true'
|
||||||
run: composer install --prefer-dist --no-progress --no-suggest
|
run: composer install --prefer-dist --no-progress --no-suggest
|
||||||
|
|
||||||
|
- name: Create sqlite database
|
||||||
|
run: touch storage/database-test.sqlite
|
||||||
|
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
run: php artisan test
|
run: php artisan test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user