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 80b4705 commit 5a65959Copy full SHA for 5a65959
1 file changed
dev-packages/node-integration-tests/suites/tracing/prisma-orm-v7/test.ts
@@ -18,7 +18,7 @@ conditionalTest({ min: 20 })('Prisma ORM v7 Tests', () => {
18
.withDockerCompose({
19
workingDirectory: [cwd],
20
readyMatches: ['port 5432'],
21
- setupCommand: `prisma generate --schema ${cwd}/prisma/schema.prisma && tsc -p ${cwd}/prisma/tsconfig.json && prisma migrate dev -n sentry-test --schema ${cwd}/prisma/schema.prisma`,
+ setupCommand: `yarn prisma generate --schema ${cwd}/prisma/schema.prisma && tsc -p ${cwd}/prisma/tsconfig.json && yarn prisma migrate dev -n sentry-test --schema ${cwd}/prisma/schema.prisma`,
22
})
23
.expect({
24
transaction: transaction => {
0 commit comments