From 0d4097972473c0fb99e52c56ee8ca051d8df8c9b Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 7 Aug 2023 11:36:51 -0700 Subject: [PATCH] Troubleshooting pipeline: Remove commented commands --- .chipperci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.chipperci.yml b/.chipperci.yml index 16ef5a19a..6a661a608 100644 --- a/.chipperci.yml +++ b/.chipperci.yml @@ -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: |