From eda7607fe8965df39df0887e82e1684cb4db311d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 7 May 2023 05:15:29 -0600 Subject: [PATCH] Update CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca2b7b2d2..4725eb32a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,10 +41,10 @@ jobs: - vendor - run: cp .env.testing .env + - run: php artisan config:cache - run: php artisan route:clear - run: php artisan storage:link - run: php artisan key:generate - - run: php artisan config:clear # run tests with phpunit or codecept - run: ./vendor/bin/phpunit