Troubleshooting pipeline: use phpunit in place of artisan test

This commit is contained in:
Marcus Moore 2023-08-07 11:31:00 -07:00
parent 8ea8ff05e5
commit a7d1657111
No known key found for this signature in database

View file

@ -37,11 +37,11 @@ pipeline:
- name: PHPUnit Unit Tests
cmd: |
# php artisan test --testsuite Unit
# phpunit --testsuite Unit
- name: PHPUnit Feature Tests
cmd: |
# php artisan test --testsuite Feature
# phpunit --testsuite Feature
# - name: Browser Tests
# cmd: |