Config Cache Set
This commit is contained in:
parent
f4fd842ae5
commit
22a983cead
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
composer install --no-cache
|
||||
|
||||
- name: Migrate database
|
||||
run: set -e && php artisan config:cache && php artisan migrate --env=testing
|
||||
run: set -e && php artisan config:cache --env=testing && php artisan migrate --env=testing
|
||||
|
||||
- name: Execute unit tests
|
||||
run: set -e && vendor/bin/codecept run unit
|
||||
|
|
|
|||
Loading…
Reference in New Issue