File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/git-proxy-cli/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 mongodb-version : ${{ matrix.mongodb-version }}
4343
4444 - name : Install dependencies
45- run : npm i
45+ run : npm ci --include-workspace-root
4646
4747 # for now only check the types of the server
4848 # tsconfig isn't quite set up right to respect what vite accepts
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const TEST_PASSWORD = 'testpassword';
2525const TEST_EMAIL = 'jane.doe@email.com' ;
2626const TEST_GIT_ACCOUNT = 'testGitAccount' ;
2727
28- const CLI_PATH = process . env . NODE_ENV === 'test' ? 'node ../dist/index.js' : 'npx git-proxy-cli' ;
28+ const CLI_PATH = 'npx git-proxy-cli' ;
2929
3030describe ( 'test git-proxy-cli' , function ( ) {
3131 // *** help ***
You can’t perform that action at this time.
0 commit comments