diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62abaf3..9982cd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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