CI Workflow - One Code Reverted
This commit is contained in:
parent
bf81d044cc
commit
02084e34f6
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
composer install --no-cache
|
composer install --no-cache
|
||||||
|
|
||||||
- name: Migrate database
|
- name: Migrate database
|
||||||
run: set -e && php artisan config:cache --env=testing && php artisan migrate --env=testing
|
run: set -e && php artisan migrate --env=testing
|
||||||
|
|
||||||
- name: Execute unit tests
|
- name: Execute unit tests
|
||||||
run: set -e && vendor/bin/codecept run unit
|
run: set -e && vendor/bin/codecept run unit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue