Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-alef committed May 26, 2023
1 parent 21c1009 commit a4003b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
distribution: 'corretto'
cache: maven

- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Run Tests With Jacoco Coverage
run: mvn -B -f pom.xml test jacoco:prepare-agent jacoco:report

0 comments on commit a4003b0

Please sign in to comment.