Skip to content

Commit

Permalink
echo maven_home
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <[email protected]>
  • Loading branch information
andre15silva committed Oct 19, 2021
1 parent 9c9fa91 commit 5a0461c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Prepare resources binaries
run: ./src/compile-and-clean-test-projects.sh
- name: Test and Coverage with Maven
run: mvn test jacoco:report
run: export MAVEN_HOME=`mvn --version | grep 'Maven home' | sed -e 's/Maven h.* //'` && echo "🎉 ${MAVEN_HOME} " && mvn test jacoco:report
- name: Report coverage to Codecov
uses: codecov/[email protected]

0 comments on commit 5a0461c

Please sign in to comment.