Skip to content

Commit

Permalink
Update maven-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor authored Mar 12, 2024
1 parent 1609ab4 commit 964aab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
java-version: '11'
distribution: 'adopt'
- name: Run JUnit Tests
run: mvn install
run: mvn -B install
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2

0 comments on commit 964aab2

Please sign in to comment.