Skip to content

Commit

Permalink
add submodule to github-actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
firasrg committed Sep 28, 2024
1 parent 415e41e commit f1f4352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Build with Maven
run: mvn -B install --file pom.xml -Djacoco.skip=true -DdisableXmlReport=true

0 comments on commit f1f4352

Please sign in to comment.