From f318bd7a304ec4793c656dfbee7e9b6b7f6bb40f Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 31 Mar 2024 16:05:45 -0600 Subject: [PATCH] Update circleci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4725eb32a..7afd036cd 100644 --- a/.circleci/config.yml +++ b/.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: