We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50aa15b commit 86322fcCopy full SHA for 86322fc
.github/workflows/tests.yaml
@@ -22,5 +22,7 @@ jobs:
22
cache: 'pnpm'
23
- name: Install dependencies
24
run: pnpm install --frozen-lockfile --prefer-offline
25
+ - name: Run database migrations
26
+ run: pnpm dlx prisma migrate reset --force
27
- name: Run tests
28
run: pnpm run test:ci
0 commit comments