Skip to content

Commit

Permalink
ci: ensure migrations are converted
Browse files Browse the repository at this point in the history
  • Loading branch information
LaravelFreelancerNL committed Dec 5, 2024
1 parent de69ee3 commit bb41c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
printf "\nRun tests\n"
./vendor/bin/testbench convert:migrations
./vendor/bin/testbench migrate:fresh --drop-all --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 bb41c94

Please sign in to comment.