diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c9c4e2..895a613 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: npm install - name: Run migrations and seeders - run: node artisan db:fresh --env test --connection postgres + run: node artisan db:fresh --with-seeders --env test --connection postgres - name: Run tests run: npm run test:coverage