Troubleshooting pipeline: Remove commented commands
This commit is contained in:
parent
81efa7d84e
commit
0d40979724
1 changed files with 3 additions and 3 deletions
|
@ -33,15 +33,15 @@ pipeline:
|
||||||
|
|
||||||
- name: Run Migrations
|
- name: Run Migrations
|
||||||
cmd: |
|
cmd: |
|
||||||
# php artisan migrate --force
|
php artisan migrate --force
|
||||||
|
|
||||||
- name: PHPUnit Unit Tests
|
- name: PHPUnit Unit Tests
|
||||||
cmd: |
|
cmd: |
|
||||||
# php artisan test --testsuite Unit
|
php artisan test --testsuite Unit
|
||||||
|
|
||||||
- name: PHPUnit Feature Tests
|
- name: PHPUnit Feature Tests
|
||||||
cmd: |
|
cmd: |
|
||||||
# php artisan test --testsuite Feature
|
php artisan test --testsuite Feature
|
||||||
|
|
||||||
# - name: Browser Tests
|
# - name: Browser Tests
|
||||||
# cmd: |
|
# cmd: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue