Update CI

This commit is contained in:
Daniel Supernault 2023-05-07 05:15:29 -06:00
parent 9b054d2bae
commit eda7607fe8
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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