Skip to content

Commit

Permalink
Update Pest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored Jul 10, 2024
1 parent 856b9ec commit af00e63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stubs/one-app/tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
config(['database.connections.testing_app' => config('database.connections.sqlite')]);

Artisan::call('migrate:fresh --database=testing_platform --path=database/migrations/platform');
Artisan::call('migrate:fresh --database=testing_app --path=database/migrations/shared');
Artisan::call('migrate --database=testing_app');
})
->in('Feature');

Expand Down

0 comments on commit af00e63

Please sign in to comment.