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 a705b2b commit faf85d2Copy full SHA for faf85d2
.evergreen/functions.yml
@@ -677,7 +677,7 @@ functions:
677
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
+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_setup --tests=time-to-first-query
681
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_zip --tests=auto-update-from
682
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_msi --tests=auto-update-from
683
fi
0 commit comments