Skip to content

Commit

Permalink
adding prisma/client install step
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwiltfong committed Dec 4, 2023
1 parent 5f81290 commit 3d9ef89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3d9ef89

Please sign in to comment.