Skip to content

Commit 0c978a2

Browse files
edit
1 parent a041206 commit 0c978a2

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

.github/workflows/encryption-tests.yml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: encryption-tests
2+
13
on:
24
push:
35
branches: ['main']
@@ -8,30 +10,6 @@ permissions:
810
pull-requests: write
911
id-token: write
1012

11-
name: encryption-tests
12-
13-
functions:
14-
"bootstrap mongo-orchestration":
15-
- command: subprocess.exec
16-
params:
17-
binary: bash
18-
add_expansions_to_env: true
19-
env:
20-
# The following is the settings for how we want to launch mongodb
21-
MONGODB_VERSION: ${VERSION}
22-
TOPOLOGY: ${TOPOLOGY}
23-
AUTH: ${AUTH}
24-
SSL: ${SSL}
25-
ORCHESTRATION_FILE: ${ORCHESTRATION_FILE}
26-
REQUIRE_API_VERSION: ${REQUIRE_API_VERSION}
27-
LOAD_BALANCER: ${LOAD_BALANCER}
28-
COMPRESSOR: ${COMPRESSOR}
29-
# These are paths necessary for launching mongodb
30-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
31-
MONGODB_BINARIES: ${MONGODB_BINARIES}
32-
args:
33-
- ./workflows/run-orchestration.sh
34-
3513
jobs:
3614
set-up:
3715
permissions:

0 commit comments

Comments
 (0)