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 3c41980 commit 0cb6599Copy full SHA for 0cb6599
.github/workflows/homebrew.yml
@@ -24,7 +24,7 @@ jobs:
24
# 8.0.5 due to us having macos-13 in the platform support list, SERVER-101020
25
env:
26
# MONGOSH-1216, MONGOSH-1120
27
- MONGOSH_NO_AUTOMATIC_ENCRYPTION_SUPPORT=1
+ MONGOSH_NO_AUTOMATIC_ENCRYPTION_SUPPORT: 1
28
run: npx --yes mongodb-runner --version 8.0.5-enterprise -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests'
29
30
- name: Report failure
0 commit comments