Skip to content

Commit d1a5209

Browse files
committed
Add submodule for specifications
1 parent 8d9f5b5 commit d1a5209

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.evergreen/config/functions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ functions:
44
- command: git.get_project
55
params:
66
directory: "src"
7+
- command: shell.exec
8+
params:
9+
working_dir: "src"
10+
script: |
11+
git submodule update --init
712
# Make an evergreen exapanstion file with dynamic values
813
- command: shell.exec
914
params:

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
uses: "actions/checkout@v4"
6161
with:
6262
fetch-depth: 2
63+
submodules: true
6364

6465
- id: setup-mongodb
6566
uses: mongodb-labs/drivers-evergreen-tools@master

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "specifications"]
2+
path = tests/specifications
3+
url = https://github.com/mongodb/specifications

tests/specifications

Submodule specifications added at b5cbae0

0 commit comments

Comments
 (0)