Skip to content

Commit ae1dba0

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven-build.yml

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

1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
submodules: true,
18+
token: ${{ secrets.GITHUB_TOKEN }}
19+
1620
- name: Set up JDK 17
1721
uses: actions/setup-java@v2
1822
with:
1923
java-version: '17'
2024
distribution: 'temurin'
2125
cache: maven
26+
2227
- name: Build with Maven
2328
run: mvn -B install --file pom.xml -Djacoco.skip=true -DdisableXmlReport=true

0 commit comments

Comments
 (0)