Skip to content

Commit

Permalink
one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
devneill committed Sep 26, 2024
1 parent c117336 commit 2db0918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/db-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export async function cleanupDb(prisma: PrismaClient) {
try {
await prisma.$executeRawUnsafe(`${statement};`)
} catch (error) {
//trigger CI rerun
console.error(`Failed to execute statement: ${statement}`, error)
throw error
}
Expand Down

0 comments on commit 2db0918

Please sign in to comment.