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

steps:
- uses: actions/checkout@v2
with:
submodules: true,
token: ${{ secrets.GITHUB_TOKEN }}

- 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 ae1dba0

Please sign in to comment.