Explorar o código

Update circleci config

Daniel Supernault hai 1 ano
pai
achega
f318bd7a30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: