From 33700a2612cd5809fd2a75c954343524ead2bf74 Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 11 May 2023 13:04:28 -0400 Subject: [PATCH] chore(e2e): add e2e yarn lerna usage comment (#4664) --- tests/e2e/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/index.js b/tests/e2e/index.js index 53fae10c36fc..fd3f68e0ade7 100644 --- a/tests/e2e/index.js +++ b/tests/e2e/index.js @@ -6,6 +6,8 @@ const { spawnProcess } = require("../../scripts/utils/spawn-process"); const run = async () => { try { const integTestResourcesEnv = await getIntegTestResources(); + // For CI compatibility, the command must be "yarn lerna ..." + // and not "lerna" directly. await spawnProcess("yarn", ["lerna", "run", "test:e2e", "--concurrency", "1"], { cwd: join(__dirname, "..", ".."), env: {