Skip to content

Commit

Permalink
Add batch option for Maven in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jun 23, 2021
1 parent d59f8d6 commit 50f62e0
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 @@ -12,4 +12,4 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 1.8
- run: mvn clean install
- run: mvn clean install -B -V

0 comments on commit 50f62e0

Please sign in to comment.