mirror of https://github.com/kcal-app/kcal.git
Run CI tests with artisan (instead of direct paratest)
This commit is contained in:
parent
3ee4d08eba
commit
256352d9d6
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
php -r "file_exists('.env') || copy('.env.ci', '.env');"
|
php -r "file_exists('.env') || copy('.env.ci', '.env');"
|
||||||
php artisan key:generate
|
php artisan key:generate
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: vendor/bin/paratest --coverage-clover build/logs/clover.xml
|
run: php artisan test --parallel --recreate-databases --coverage-clover build/logs/clover.xml
|
||||||
- name: Upload coverage results to Coveralls
|
- name: Upload coverage results to Coveralls
|
||||||
env:
|
env:
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue