From 09dd83516850a50e1dfdf26388dee2c2fe75652c Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Sun, 28 Apr 2024 16:25:23 +0100 Subject: [PATCH] ci(test): test ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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