소스 검색

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: