Config Cache Added
This commit is contained in:
parent
db28d93b71
commit
609fd5a789
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
composer install --no-interaction --ansi --no-progress --no-suggest --optimize-autoloader
|
||||
|
||||
- name: Migrate database
|
||||
run: set -e && php artisan migrate --env=testing
|
||||
run: set -e && php artisan config:cache && php artisan migrate --env=testing
|
||||
|
||||
- name: Execute unit tests
|
||||
run: set -e && vendor/bin/codecept run unit
|
||||
|
|
|
|||
Loading…
Reference in New Issue