Skip to content

Commit 6bc5e8f

Browse files
authored
fix: pull submodules on checkout in all CI workflows (#124)
1 parent f979ec3 commit 6bc5e8f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17+
with:
18+
submodules: recursive
1719

1820
- name: Set up JDK (${{ env.java }} ${{ env.distribution }})
1921
uses: actions/setup-java@v2

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
steps:
4040
- name: Checkout repository
4141
uses: actions/checkout@v2
42+
with:
43+
submodules: recursive
4244

4345
- name: Set up JDK (${{ matrix.java }} ${{ matrix.distribution }})
4446
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)