Update laravel.yml

pull/6022/head
Daniel Supernault 1 year ago
parent 8cc2481596
commit e341855c99
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -64,10 +64,10 @@ jobs:
- name: Create test output directory
run: mkdir -p tests/_output
- name: Run tests with PHPUnit
run: vendor/bin/phpunit --log-junit tests/_output/junit.xml
env:
DB_CONNECTION: sqlite
- name: Run tests
run: |
php artisan test --env=testing --log-junit=tests/_output/junit.xml
continue-on-error: false
- name: Upload test results
if: always()
@ -75,6 +75,7 @@ jobs:
with:
name: test-results
path: tests/_output/junit.xml
if-no-files-found: warn
retention-days: 7
- name: Upload Laravel logs

Loading…
Cancel
Save