Skip to content

Commit 2521181

Browse files
committed
Arm the CI to execute the tests
1 parent 807a570 commit 2521181

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
@@ -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

0 commit comments

Comments
 (0)