Skip to content

Commit 4074347

Browse files
committed
also run this in CI
1 parent 28bbb85 commit 4074347

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
682-
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_msi --tests=auto-update-from
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
683683
fi
684684
685685
if [[ "$IS_OSX" == "true" ]]; then

0 commit comments

Comments
 (0)