浏览代码

Update circleci config

Daniel Supernault 1 年之前
父节点
当前提交
f318bd7a30
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

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