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 7aebc4b commit f9fe1a7Copy full SHA for f9fe1a7
.github/workflows/test.yml
@@ -61,6 +61,21 @@ jobs:
61
env:
62
DATABASE_URL: postgresql://keypal:keypal_dev@localhost:5432/keypal
63
64
+ - name: Generate Prisma Client
65
+ run: bun run prisma:generate
66
+ env:
67
+ DATABASE_URL: postgresql://keypal:keypal_dev@localhost:5432/keypal
68
+
69
+ - name: Push Prisma schema
70
+ run: bunx prisma db push --skip-generate
71
72
73
74
+ - name: Run Prisma tests
75
+ run: bun run test:prisma
76
77
78
79
build:
80
name: Build
81
runs-on: ubuntu-latest
0 commit comments