Skip to content

Commit

Permalink
chore(e2e): add e2e yarn lerna usage comment (#4664)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed May 11, 2023
1 parent 129d85b commit 33700a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 33700a2

Please sign in to comment.