We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d822498 commit d4b2995Copy full SHA for d4b2995
.evergreen/functions.yml
@@ -674,7 +674,7 @@ functions:
674
# Load environment variables
675
eval $(.evergreen/print-compass-env.sh)
676
677
- npm i -w packages/compass-smoke-tests https://x-access-token:${generated_token}@github.com/10gen/compass-mongodb-com
+ npm i -w packages/compass-smoke-tests https://x-access-token:${generated_token}@github.com/10gen/compass-mongodb-com --engine-strict=false
678
679
if [[ "$IS_WINDOWS" == "true" ]]; then
680
# TODO: windows_setup
0 commit comments