Skip to content

Commit 4dc3873

Browse files
committed
fix: prisma env during ci
1 parent 73000ab commit 4dc3873

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
- name: Generate Prisma Client
4848
run: cd apps/api && npx prisma generate
49+
env:
50+
DATABASE_URL: postgresql://test:test@localhost:5432/test
4951

5052
- name: Run migrations
5153
run: cd apps/api && npx prisma migrate deploy

0 commit comments

Comments
 (0)