update: test suite

This commit is contained in:
HDVinnie
2023-07-11 16:48:07 -04:00
parent 89d776b1bb
commit 8daf39c331
288 changed files with 5252 additions and 3220 deletions

View File

@@ -56,7 +56,7 @@ jobs:
- name: Clear Application Cache
run: php artisan optimize:clear
- name: Run PHPUnit Tests
run: ./vendor/bin/pest --coverage
run: ./vendor/bin/pest --compact --coverage
env:
DB_CONNECTION: mysql
DB_PORT: ${{ job.services.mysql.ports['3306'] }}