Update CI config

This commit is contained in:
Daniel Supernault 2019-11-10 19:40:22 -07:00
parent 8c2c19b8e9
commit aa969bf9ac
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ jobs:
paths:
- vendor
- run: cp .env.example .env
- run: cp .env.testing .env
- run: php artisan route:clear
- run: php artisan storage:link
- run: php artisan key:generate
- run: php artisan config:clear