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 a09a76f commit 8b1a504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Hacer commit y push de la cobertura
run: |
git add coverage
git -f add coverage
git commit -m "Agregar reporte de cobertura"
git push
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Guardar badge en el repositorio
run: |
git add backend-coverage-badge.svg
git -f add backend-coverage-badge.svg
git commit -m "Agregar badge de cobertura del backend"
git push
Expand Down

0 comments on commit 8b1a504

Please sign in to comment.