Skip to content

Commit 8db3470

Browse files
committed
Update CI to use the new package
1 parent eac01cf commit 8db3470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ functions:
678678
if [[ "$IS_OSX" == "true" ]]; then
679679
echo "Disabling clipboard usage in e2e tests (TODO: https://jira.mongodb.org/browse/BUILD-14780)"
680680
export COMPASS_E2E_DISABLE_CLIPBOARD_USAGE="true"
681-
npm run --unsafe-perm --workspace compass-e2e-tests smoketest -- --package=osx_dmg
681+
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=osx_dmg
682682
# TODO: osx_zip
683683
fi
684684

0 commit comments

Comments
 (0)