Skip to content

Commit f05ae81

Browse files
authored
Update ci.yml
1 parent 115e694 commit f05ae81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: docker scout cves alpine
4040

4141
# =========================
42-
# 🔥 PRUEBAS UNITARIAS
42+
# PRUEBAS UNITARIAS
4343
# =========================
4444

4545
- name: Install Python
@@ -49,4 +49,4 @@ jobs:
4949
run: pip3 install pytest
5050

5151
- name: Run unit tests
52-
run: pytest
52+
run: pytest

0 commit comments

Comments
 (0)