Skip to content

Commit

Permalink
Update maven build
Browse files Browse the repository at this point in the history
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
  • Loading branch information
manoelcampos committed May 28, 2022
1 parent 39501f9 commit 255b43a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
distribution: 'adopt'
java-version: 17
cache: 'maven'
- name: Maven Build
run: mvn clean verify -B -V -Pintegration-tests
- name: Codacy coverage report upload
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: |
mvn clean verify -B -V -Pintegration-tests
cd cloudsimplus && mvn jacoco:report
mvn jacoco:report
test -z $CODACY_PROJECT_TOKEN || bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r target/site/jacoco/jacoco.xml

0 comments on commit 255b43a

Please sign in to comment.