update: phpunit-test.yml

This commit is contained in:
HDVinnie
2023-07-11 14:20:41 -04:00
parent 527164bc1a
commit 7e398eb9bd
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
- name: Clear Application Cache
run: php artisan optimize:clear
- name: Run PHPUnit Tests
run: php artisan test --parallel --coverage
run: ./vendor/bin/pest --coverage
env:
DB_CONNECTION: mysql
DB_PORT: ${{ job.services.mysql.ports['3306'] }}