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 01e4471
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ 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 01e4471

Please sign in to comment.