Skip to content

Commit

Permalink
mvn verify
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Mar 27, 2022
1 parent 8252a19 commit 42f33f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build
run: mvn --no-transfer-progress -B clean package
run: mvn --no-transfer-progress -B clean verify package

0 comments on commit 42f33f2

Please sign in to comment.