mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Revert "Troubleshooting pipeline: use phpunit in place of artisan test"
This reverts commit a7d1657111
.
This commit is contained in:
parent
a7d1657111
commit
81efa7d84e
|
@ -37,11 +37,11 @@ pipeline:
|
|||
|
||||
- name: PHPUnit Unit Tests
|
||||
cmd: |
|
||||
# phpunit --testsuite Unit
|
||||
# php artisan test --testsuite Unit
|
||||
|
||||
- name: PHPUnit Feature Tests
|
||||
cmd: |
|
||||
# phpunit --testsuite Feature
|
||||
# php artisan test --testsuite Feature
|
||||
|
||||
# - name: Browser Tests
|
||||
# cmd: |
|
||||
|
|
Loading…
Reference in a new issue