Skip to content

Commit 583e6a3

Browse files
fix dep
1 parent 04b77f2 commit 583e6a3

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/encryption-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ jobs:
3131
node-version: latest
3232
- name: Install Dependencies
3333
run: npm install
34-
- name: Install mongodb-client-encryption
35-
run: npm install mongodb-client-encryption
3634
- name: Run Tests
3735
run: npm run test-encryption

scripts/configure-cluster-with-encryption.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
export CWD=$(pwd);
88

9-
# install encryption dependency
10-
npm install mongodb-client-encryption > /dev/null
11-
129
# set up mongodb cluster and encryption configuration if the data/ folder does not exist
1310
if [ ! -d "data" ]; then
11+
# install encryption dependency
12+
npm install mongodb-client-encryption > /dev/null
13+
1414
mkdir data
1515
cd data
1616

@@ -48,6 +48,4 @@ if [ ! -d "data" ]; then
4848
(bash $DRIVERS_TOOLS/.evergreen/run-orchestration.sh) 1> /dev/null 2> /dev/null
4949

5050
echo 'Cluster Configuration Finished!'
51-
52-
cd ..
5351
fi

0 commit comments

Comments
 (0)