Skip to content

Commit

Permalink
This should probably be install instead of test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed Dec 22, 2021
1 parent 55a00e4 commit 32575e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn clean test -q -Pjacoco
run: mvn clean install -q -Pjacoco
- name: push JaCoCo stats to codecov.io
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 32575e4

Please sign in to comment.