Update circleci config

This commit is contained in:
Daniel Supernault 2024-03-31 16:05:45 -06:00
parent d946afcc5c
commit f318bd7a30
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 1 deletions

View File

@ -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: