浏览代码

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 tests with phpunit or codecept
-      - run: php artisan test
+      - run: php artisan test --env="testing"
       - store_test_results:
           path: tests/_output
       - store_artifacts: