mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Troubleshooting pipeline: use phpunit in place of artisan test
This commit is contained in:
parent
8ea8ff05e5
commit
a7d1657111
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue