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 28bbb85 commit 4074347Copy full SHA for 4074347
.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
682
- npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_msi --tests=auto-update-from
+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_zip --tests auto-update-from auto-update-to
+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_msi --tests auto-update-from auto-update-to
683
fi
684
685
if [[ "$IS_OSX" == "true" ]]; then
0 commit comments