Skip to content

Commit 472e812

Browse files
committed
fix: resolve CI test failures - remove broken --passWithNoTests, add prisma generate step
1 parent 2417f01 commit 472e812

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ jobs:
7171
cache: 'pnpm'
7272
- run: pnpm install --frozen-lockfile
7373
- run: pnpm build:packages
74-
- run: pnpm test -- --passWithNoTests
74+
- run: pnpm db:generate
75+
env:
76+
DATABASE_URL: postgresql://veridion:veridion@localhost:5432/veridion_test
77+
- run: pnpm test
7578
env:
7679
DATABASE_URL: postgresql://veridion:veridion@localhost:5432/veridion_test
7780

0 commit comments

Comments
 (0)