Skip to content

Commit 84b1e98

Browse files
committed
test(cli): use same cwd for e2e help commands execution
1 parent 1441838 commit 84b1e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/cli-e2e/tests/help.e2e.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ describe('CLI help', () => {
2323
const helpArgResult = await executeProcess({
2424
command: 'npx',
2525
args: ['@code-pushup/cli', 'help'],
26+
cwd: envRoot,
2627
});
2728
const helpCommandResult = await executeProcess({
2829
command: 'npx',

0 commit comments

Comments
 (0)