Skip to content

Commit ffd6937

Browse files
authored
Merge pull request #1550 from fabiovincenzi/fix/windows-cli-test-flaky
fix: use node instead of npx in CLI tests to prevent flaky failures
2 parents 1602e54 + 1437c76 commit ffd6937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/git-proxy-cli/test/testCli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const TEST_PASSWORD = 'testpassword';
4646
const TEST_EMAIL = 'jane.doe@email.com';
4747
const TEST_GIT_ACCOUNT = 'testGitAccount';
4848

49-
const CLI_PATH = 'npx git-proxy-cli';
49+
const CLI_PATH = 'node packages/git-proxy-cli/dist/index.js';
5050

5151
describe('test git-proxy-cli', function () {
5252
// *** help ***

0 commit comments

Comments
 (0)