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 be6d3a0 commit 0ccd411
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Initialize submodules
run: git submodule update --init --recursive

- name: Build with Maven
run: mvn clean verify

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

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

0 comments on commit 0ccd411

Please sign in to comment.