From 0ccd4112567a5b63b1d64e7933974680c1a8af88 Mon Sep 17 00:00:00 2001 From: AGC <158510532+AlvaroGlezC@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:11:27 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: |