File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- name : encryption-tests
1+ name : Encryption Tests
22
33on :
44 push :
2121 steps :
2222 - name : Install mongodb-client-encryption
2323 uses : mongodb-client-encryption
24- - name : Set-up cluster
25- - shell : bash
2624
2725 run-tests :
2826 needs :
5957 - name : Install drivers-evergreen-tools
6058 run : git clone --depth=1 https://github.com/mongodb-labs/drivers-evergreen-tools.git ~/.cache/drivers-evergreen-tools
6159 - name : Set up cluster
62-
63- run : bash .github/workflows/run-orchestration.sh
64- with :
60+ run : bash /.github/scripts/run-orchestration.sh
61+ env :
6562 # The following is the settings for how we want to launch mongodb
6663 MONGODB_VERSION : 8.0.0
6764 TOPOLOGY : sharded
7370 # These are paths necessary for launching mongodb
7471 DRIVERS_TOOLS : ~/.cache/drivers-evergreen-tools
7572 MONGODB_BINARIES : ~/.cache/mongodb-binaries
76- -
7773 - name : Test
78- run : mocha --exit ./test/encryption/*.test.js
74+ run : mocha --exit ./test/encryption/*.test.js
You can’t perform that action at this time.
0 commit comments