diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b603015..f0626b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |