Skip to content

Commit

Permalink
Also run Maven verify in CI (#45)
Browse files Browse the repository at this point in the history
* Also  run Maven verify in CI

To prevent accidentally breaking that for users.

* Run Maven in batch mode

* Hide downloads from Maven output
  • Loading branch information
timtebeek authored Feb 28, 2024
1 parent f3b0a4f commit f7e735e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
arguments: ${{ env.GRADLE_SWITCHES }} build test
- name: verify
run: mvn --show-version --no-transfer-progress --update-snapshots --fail-at-end --batch-mode -Dstyle.color=always verify

publish-snapshots:
needs: [build]
Expand Down

0 comments on commit f7e735e

Please sign in to comment.