Skip to content

Commit 50cd72d

Browse files
nirinchevaddaleax
andauthored
Apply suggestions from code review
Co-authored-by: Anna Henningsen <[email protected]>
1 parent a3a2220 commit 50cd72d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: npm ci
3434

3535
- name: Run smoke tests
36-
run: npm run test-smoke
36+
run: npx mongodb-runner exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI npm run test-smoke'

packages/cli-repl/src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ function suppressExperimentalWarnings() {
337337
return;
338338
}
339339

340-
originalEmit(warning, ...args);
340+
return originalEmit(warning, ...args);
341341
};
342342
}
343343
}

0 commit comments

Comments
 (0)