Przeglądaj źródła

Update circleci config

Daniel Supernault 1 rok temu
rodzic
commit
f318bd7a30
1 zmienionych plików z 1 dodań i 1 usunięć
  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: