Skip to content

Commit

Permalink
retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
devneill committed Sep 26, 2024
1 parent 0744470 commit 112bd0d
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 @@ -145,6 +145,7 @@ export async function cleanupDb(prisma: PrismaClient) {
// Run each sql statement in the migration
for (const statement of statements) {
try {
//trigger CI
await prisma.$executeRawUnsafe(`${statement};`)
} catch (error) {
console.warn(`Failed to execute statement: ${statement}`)
Expand Down

0 comments on commit 112bd0d

Please sign in to comment.