test actions in sqlite memory
This commit is contained in:
parent
2bd6d7e9ad
commit
38d9e04f61
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -11,12 +11,5 @@ jobs:
|
||||
run: php -r "file_exists('.env') || copy('.env.testing', '.env');"
|
||||
- name: Install composer
|
||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
|
||||
- name: Create Database
|
||||
run: |
|
||||
mkdir -p database
|
||||
touch database/database.sqlite
|
||||
- name: Execute tests
|
||||
env:
|
||||
DB_CONNECTION: sqlite
|
||||
DB_DATABASE: database/database.sqlite
|
||||
run: vendor/bin/phpunit
|
||||
|
Loading…
x
Reference in New Issue
Block a user