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 3c7162d commit 1ec2465Copy full SHA for 1ec2465
.evergreen/functions.yml
@@ -678,8 +678,8 @@ functions:
678
679
if [[ "$IS_WINDOWS" == "true" ]]; then
680
# TODO: windows_setup
681
- npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_zip --tests auto-update-from auto-update-to
682
- npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_msi --tests auto-update-from auto-update-to
+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_zip --tests auto-update-from
+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_msi --tests auto-update-from
683
fi
684
685
if [[ "$IS_OSX" == "true" ]]; then
0 commit comments