Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

- name: Run smoke tests
# 8.0.5 due to us having macos-13 in the platform support list, SERVER-101020
env:
# MONGOSH-1216, MONGOSH-1120
MONGOSH_NO_AUTOMATIC_ENCRYPTION_SUPPORT: 1
run: npx --yes mongodb-runner --version 8.0.5-enterprise -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests'

- name: Report failure
Expand Down