From a35fc15e2c9237c1a623dfe4f7dfa58c76a76e6f Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Sun, 28 Apr 2024 16:33:34 +0100 Subject: [PATCH] ci(test): test ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b06013b..04a51d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,8 @@ jobs: - name: Install dependencies run: npm install - - name: Run migrations and seeders - run: node artisan db:fresh --with-seeders --env test + - name: Run migrations + run: node artisan migration:run --env test - name: Run tests run: npm run test:coverage