Skip to content

Commit f1f4352

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-build.yml

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

1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
submodules: recursive
1618
- name: Set up JDK 17
1719
uses: actions/setup-java@v2
1820
with:
1921
java-version: '17'
2022
distribution: 'temurin'
2123
cache: maven
24+
2225
- name: Build with Maven
2326
run: mvn -B install --file pom.xml -Djacoco.skip=true -DdisableXmlReport=true

0 commit comments

Comments
 (0)