Skip to content

Commit

Permalink
Adapt Github action workflow
Browse files Browse the repository at this point in the history
* to execute unit tests in all Maven child modules
  • Loading branch information
pacphi committed Oct 6, 2023
1 parent edd41e1 commit b2f7a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: ./mvnw clean install -DskipTests -Dgpg.skip
run: ./mvnw clean install -Dgpg.skip

0 comments on commit b2f7a80

Please sign in to comment.