File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -681,14 +681,14 @@ functions:
681681 #if [[ "$IS_WINDOWS" == "true" ]]; then
682682 # TODO: windows_setup
683683 # TODO: windows_msi
684- # TODO: windows_zip
684+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package= windows_zip
685685 #fi
686686
687687 if [[ "$IS_OSX" == "true" ]]; then
688688 echo "Disabling clipboard usage in e2e tests (TODO: https://jira.mongodb.org/browse/BUILD-14780)"
689689 export COMPASS_E2E_DISABLE_CLIPBOARD_USAGE="true"
690690 npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=osx_dmg
691- # TODO: osx_zip
691+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package= osx_zip
692692 fi
693693
694694 #if [[ "$IS_UBUNTU" == "true" ]]; then
You can’t perform that action at this time.
0 commit comments