From 6fe81ad04fc8580544766296c00898f76487980f Mon Sep 17 00:00:00 2001 From: Michael Wiltfong <76107997+mdwiltfong@users.noreply.github.com> Date: Sun, 3 Dec 2023 22:56:33 -0500 Subject: [PATCH] updating yml --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ea87407..d347565 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -52,8 +52,7 @@ jobs: - name: Install dependencies run: npm ci - - name: Install Prisma Clietn - run: npm install @prisma/client + - run: npm run db:push - name: Run Linter run: npx eslint . - name: Run FE Tests @@ -88,4 +87,5 @@ jobs: - run: npm ci # run the migration in the test database - run: npm run db:push + - run: npx eslint . - run: npm run test