Skip to content

Commit ee4641f

Browse files
committed
ci test
1 parent 6bd377e commit ee4641f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,8 @@ jobs:
6161
env:
6262
DATABASE_URL: postgresql://keypal:keypal_dev@localhost:5432/keypal
6363

64-
- name: Generate Prisma Client
65-
run: bunx prisma generate
66-
6764
- name: Push Prisma schema
68-
run: bunx prisma db push --skip-generate
65+
run: bunx prisma db push
6966
env:
7067
DATABASE_URL: postgresql://keypal:keypal_dev@localhost:5432/keypal
7168

0 commit comments

Comments
 (0)