Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC authored Apr 23, 2024
1 parent 34c8e08 commit 6cd921b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:

- name: Build with Maven
run: mvn clean verify

- name: Generate Coverage Report
run: |
mvn -B package --file pom.xml
- name: List files in target directory
run: ls -R ./
Expand Down

0 comments on commit 6cd921b

Please sign in to comment.