Troubleshooting pipeline: Remove commented commands

This commit is contained in:
Marcus Moore 2023-08-07 11:36:51 -07:00
parent 81efa7d84e
commit 0d40979724
No known key found for this signature in database

View file

@ -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: |