Skip to content

Commit

Permalink
[ELY-2231] Update Github Actions maven command to use verify instead …
Browse files Browse the repository at this point in the history
…of package
  • Loading branch information
pedro-hos authored and fjuma committed Jan 21, 2022
1 parent 710c91e commit abc3400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Version Info
run: mvn -version
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B verify --file pom.xml

0 comments on commit abc3400

Please sign in to comment.