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 9d40860 commit 525f5c9Copy full SHA for 525f5c9
.evergreen/functions.yml
@@ -678,7 +678,7 @@ functions:
678
679
if [[ "$IS_WINDOWS" == "true" ]]; then
680
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_setup --tests time-to-first-query
681
- if [[ "$HADRON_DISTRIBUTION" == "compass-isolated"]]; then
+ if [[ "$HADRON_DISTRIBUTION" == "compass-isolated" ]]; then
682
# auto-update is not supported on isolated
683
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_zip --tests time-to-first-query
684
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_msi --tests time-to-first-query
0 commit comments