Skip to content

Commit 63c021a

Browse files
committed
throw error again
1 parent 9fae585 commit 63c021a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/db-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export async function cleanupDb(prisma: PrismaClient) {
149149
} catch (error) {
150150
//trigger CI rerun
151151
console.error(`Failed to execute statement: ${statement}`, error)
152+
throw error
152153
}
153154
}
154155
}

0 commit comments

Comments
 (0)