From de7700ac4d17326cd9acda2cfd17424014ff63a3 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Sun, 28 Apr 2024 10:25:26 +0100 Subject: [PATCH] ci(migration): add env and connection flags --- .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 451d174..403796b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: npm install - name: Setup database tables - run: node artisan db:fresh + run: node artisan db:fresh --env test --connection postgres - name: Run tests run: npm run test:coverage