Skip to content

Commit

Permalink
Added migration convert for clean installs/dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LaravelFreelancerNL committed Sep 18, 2024
1 parent 0ba40fe commit 59af0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/qa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ echo "Run PHPStan"
./vendor/bin/phpstan analyse -c phpstan.neon

echo "Test package from within phpunit"
./vendor/bin/testbench convert:migrations
./vendor/bin/testbench migrate:fresh --path=TestSetup/Database/Migrations --path=vendor/orchestra/testbench-core/laravel/migrations/ --realpath --seed
./vendor/bin/testbench package:test --coverage --min=80 tests

0 comments on commit 59af0f7

Please sign in to comment.