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
|
||||
cmd: |
|
||||
# php artisan migrate --force
|
||||
php artisan migrate --force
|
||||
|
||||
- name: PHPUnit Unit Tests
|
||||
cmd: |
|
||||
# php artisan test --testsuite Unit
|
||||
php artisan test --testsuite Unit
|
||||
|
||||
- name: PHPUnit Feature Tests
|
||||
cmd: |
|
||||
# php artisan test --testsuite Feature
|
||||
php artisan test --testsuite Feature
|
||||
|
||||
# - name: Browser Tests
|
||||
# cmd: |
|
||||
|
|
Loading…
Add table
Reference in a new issue