diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7643207..c5aa1e0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -52,6 +52,8 @@ jobs: - name: Install dependencies run: npm ci + - name: Install Prisma Clietn + run: npm install @prisma/client - name: Run Linter run: npx eslint . - name: Run FE Tests @@ -87,6 +89,8 @@ jobs: # For more information, see https://docs.npmjs.com/cli/ci.html - name: Install dependencies run: npm ci + - name: Install Prisma Clietn + run: npm install @prisma/client - name: Connect to PostgreSQL # Runs a script that creates a PostgreSQL table, populates