Skip to content

Commit f8cbb9a

Browse files
removed errors
1 parent 0c978a2 commit f8cbb9a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/encryption-tests.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: encryption-tests
1+
name: Encryption Tests
22

33
on:
44
push:
@@ -21,8 +21,6 @@ jobs:
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:
@@ -59,9 +57,8 @@ jobs:
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
@@ -73,6 +70,5 @@ jobs:
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

0 commit comments

Comments
 (0)