Skip to content

Commit

Permalink
Generate prisma types before unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Aug 31, 2024
1 parent 9d46e18 commit d7caba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/workflows/actions/prepare
# We need to generate schema types before running tests
- run: pnpm exec prisma generate
- uses: ./.github/workflows/actions/type-check-with-cache
- run: pnpm run test

0 comments on commit d7caba9

Please sign in to comment.