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 6bd377e commit ee4641fCopy full SHA for ee4641f
.github/workflows/test.yml
@@ -61,11 +61,8 @@ jobs:
61
env:
62
DATABASE_URL: postgresql://keypal:keypal_dev@localhost:5432/keypal
63
64
- - name: Generate Prisma Client
65
- run: bunx prisma generate
66
-
67
- name: Push Prisma schema
68
- run: bunx prisma db push --skip-generate
+ run: bunx prisma db push
69
70
71
0 commit comments