Skip to content

Commit

Permalink
Adição ao arquivo yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaClaraCoelho committed Jun 24, 2022
1 parent 19be1d1 commit c2df886
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/corretor_de_exercicios_secao_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
if: always()
run: |
python -m doctest -f secao_04_exercicios_lista/ex_01_vetor_5_numeros.py
- name: Correção do Exercício 04 da seção de Listas
if: always()
run: |
python -m doctest -f secao_04_exercicios_lista/ex_04_consoantes_em_vetor.py
- name: Correção do Exercício 05 da seção de Listas
if: always()
run: |
Expand Down

0 comments on commit c2df886

Please sign in to comment.