Add mvn verify to test workflow
This commit is contained in:
parent
9995f271c8
commit
f84736bd32
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
- name: Build with Maven
|
||||
run: mvn -e -B package
|
||||
run: mvn -e -B verify
|
||||
|
||||
Loading…
Reference in New Issue
Block a user