Skip to content

Commit

Permalink
add prisma generate
Browse files Browse the repository at this point in the history
  • Loading branch information
MomenNano committed Aug 2, 2022
1 parent f1a9f88 commit f2783a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
- name: Install Dependencies
run: npm install --ignore-scripts

- name: Prisma generate
run: npx prisma generate

- name: Run Tests
run: npm run test:unit

0 comments on commit f2783a2

Please sign in to comment.