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 38e6a4e commit 5dd0e8dCopy full SHA for 5dd0e8d
.github/workflows/homebrew.yml
@@ -20,7 +20,7 @@ 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'
+ run: npx --yes mongodb-runner -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests'
24
25
- name: Report failure
26
if: ${{ failure() }}
.github/workflows/smoke-tests.yml
@@ -36,4 +36,4 @@ jobs:
36
run: npm ci
37
38
39
- run: npx mongodb-runner exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI npm run test-smoke'
+ run: npx mongodb-runner -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI npm run test-smoke'
0 commit comments