فهرست منبع

Update circle-ci config

Daniel Supernault 1 ماه پیش
والد
کامیت
2f97af8738
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -51,7 +51,7 @@ jobs:
       - run: php artisan key:generate
       - run: php artisan key:generate
 
 
       # run tests with phpunit or codecept
       # run tests with phpunit or codecept
-      - run: php artisan test
+      - run: php artisan test --env="testing"
       - store_test_results:
       - store_test_results:
           path: tests/_output
           path: tests/_output
       - store_artifacts:
       - store_artifacts: