diff --git a/tests/e2e/index.js b/tests/e2e/index.js index 8f2bf7e1a5df..53fae10c36fc 100644 --- a/tests/e2e/index.js +++ b/tests/e2e/index.js @@ -6,7 +6,7 @@ const { spawnProcess } = require("../../scripts/utils/spawn-process"); const run = async () => { try { const integTestResourcesEnv = await getIntegTestResources(); - await spawnProcess("lerna", ["run", "test:e2e", "--concurrency", "1"], { + await spawnProcess("yarn", ["lerna", "run", "test:e2e", "--concurrency", "1"], { cwd: join(__dirname, "..", ".."), env: { ...process.env,