mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -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
|
- 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: |
|
||||||
|
|
Loading…
Reference in a new issue