Revert "Troubleshooting pipeline: use phpunit in place of artisan test"

This reverts commit a7d1657111.
This commit is contained in:
Marcus Moore 2023-08-07 11:35:18 -07:00
parent a7d1657111
commit 81efa7d84e
No known key found for this signature in database

View file

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