Skip to content

Commit

Permalink
updating yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwiltfong committed Dec 4, 2023
1 parent 035a65b commit 6fe81ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 6fe81ad

Please sign in to comment.