Skip to content

Commit 32575e4

Browse files
johnmayegonw
authored andcommitted
This should probably be install instead of test
1 parent 55a00e4 commit 32575e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
java-version: ${{ matrix.java }}
2424
- name: Build with Maven
25-
run: mvn clean test -q -Pjacoco
25+
run: mvn clean install -q -Pjacoco
2626
- name: push JaCoCo stats to codecov.io
2727
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)