Skip to content

Commit

Permalink
chore: run prisma migrations before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Nov 17, 2024
1 parent 50aa15b commit 24f6169
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile --prefer-offline
- name: Generate prisma
run: pnpm run prisma:generate
- name: Run tests
run: pnpm run test:ci

0 comments on commit 24f6169

Please sign in to comment.