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 c117336 commit 2db0918Copy full SHA for 2db0918
tests/db-utils.ts
@@ -147,6 +147,7 @@ export async function cleanupDb(prisma: PrismaClient) {
147
try {
148
await prisma.$executeRawUnsafe(`${statement};`)
149
} catch (error) {
150
+ //trigger CI rerun
151
console.error(`Failed to execute statement: ${statement}`, error)
152
throw error
153
}
0 commit comments