Skip to content

Commit 1ec2465

Browse files
committed
auto-updating TO doesn't support windows yet because we don't have .exe installer support
1 parent 3c7162d commit 1ec2465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,8 @@ functions:
678678
679679
if [[ "$IS_WINDOWS" == "true" ]]; then
680680
# 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
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
683683
fi
684684
685685
if [[ "$IS_OSX" == "true" ]]; then

0 commit comments

Comments
 (0)