Skip to content

Commit

Permalink
trigger rerun again
Browse files Browse the repository at this point in the history
  • Loading branch information
devneill committed Sep 26, 2024
1 parent 63c021a commit c117336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/db-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ 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 c117336

Please sign in to comment.