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 88f5fb1 commit d54bfd6Copy full SHA for d54bfd6
.github/workflows/homebrew.yml
@@ -20,7 +20,8 @@ jobs:
20
run: brew install mongosh
21
22
- name: Run smoke tests
23
- run: npx --yes mongodb-runner -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests'
+ # 8.0.5 due to us having macos-13 in the platform support list, SERVER-101020
24
+ run: npx --yes mongodb-runner --version 8.0.5-enterprise -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests'
25
26
- name: Report failure
27
if: ${{ failure() }}
0 commit comments