add migrate:fresh before running tests

This commit is contained in:
Florian Bosdorff 2019-12-10 07:22:05 +01:00
parent 945bbd71cc
commit 745153a8cb
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@
],
"test": [
"set -e",
"@php artisan migrate:fresh --env=testing",
"vendor/bin/codecept run unit",
"vendor/bin/codecept run functional"
]