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 d9a9b31 commit d6d4f0d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:

- name: Build with Maven
run: mvn clean verify

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

# - name: Generate JaCoCo Badge
# uses: cicirello/jacoco-badge-generator@v2
Expand All @@ -39,6 +36,11 @@ jobs:
run: |
mkdir -p coverage
cp -r SYG-bootstrap/target/site/jacoco-aggregate/* coverage/
- name: Configurar Git para el commit
run: |
git config --global user.name "AlvaroGlezC"
git config --global user.email "[email protected]"
- name: Hacer commit y push de la cobertura
run: |
Expand Down

0 comments on commit d6d4f0d

Please sign in to comment.