Skip to content

Commit 01e4471

Browse files
committed
add submodule to github-actions script
1 parent 415e41e commit 01e4471

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
submodules: 'recursive'
18+
1619
- name: Set up JDK 17
1720
uses: actions/setup-java@v2
1821
with:
1922
java-version: '17'
2023
distribution: 'temurin'
2124
cache: maven
25+
2226
- name: Build with Maven
2327
run: mvn -B install --file pom.xml -Djacoco.skip=true -DdisableXmlReport=true

0 commit comments

Comments
 (0)