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 86f7874 commit 7a30734Copy full SHA for 7a30734
.github/workflows/encryption-tests.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Install drivers-evergreen-tools
57
run: git clone --depth=1 https://github.com/mongodb-labs/drivers-evergreen-tools.git ~/.cache/drivers-evergreen-tools
58
- name: Set up cluster
59
- run: bash ../scripts/run-orchestration.sh
+ run: bash .github/scripts/run-orchestration.sh
60
env:
61
# The following is the settings for how we want to launch mongodb
62
MONGODB_VERSION: 8.0.0
0 commit comments