mirror of https://github.com/apache/openjpa.git
Switch to verify
This commit is contained in:
parent
29ca489fc6
commit
5263d8ca27
|
@ -33,6 +33,6 @@ jobs:
|
|||
key: 'cache'
|
||||
restore-keys: 'cache'
|
||||
- name: 'Build with Maven'
|
||||
run: mvn -B package --file pom.xml
|
||||
run: mvn -B verify --file pom.xml
|
||||
- name: 'Remove Snapshots Before Caching'
|
||||
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf
|
||||
|
|
Loading…
Reference in New Issue