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 32ab3d5 commit 34c8e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
cache: maven

- name: Build with Maven
run: mvn clean install
run: mvn clean verify

- name: List files in target directory
run: ls -R SYG-bootstrap/target/
run: ls -R ./

# Mover el reporte de cobertura a la raíz del proyecto
- name: Move coverage report to project root
Expand Down

0 comments on commit 34c8e08

Please sign in to comment.