We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac01cf commit 8db3470Copy full SHA for 8db3470
.evergreen/functions.yml
@@ -678,7 +678,7 @@ functions:
678
if [[ "$IS_OSX" == "true" ]]; then
679
echo "Disabling clipboard usage in e2e tests (TODO: https://jira.mongodb.org/browse/BUILD-14780)"
680
export COMPASS_E2E_DISABLE_CLIPBOARD_USAGE="true"
681
- npm run --unsafe-perm --workspace compass-e2e-tests smoketest -- --package=osx_dmg
+ npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=osx_dmg
682
# TODO: osx_zip
683
fi
684
0 commit comments