Skip to content

Commit

Permalink
feat: Adiciona etapa para executar testes unitários
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansouzaa3 committed Sep 12, 2024
1 parent 61b1d36 commit 4567a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Executar bandit
run: poetry run bandit -r .

# - name: Executar testes
# run: poetry run pytest --cov=.
- name: Executar testes unitários
run: poetry run pytest --cov=.

0 comments on commit 4567a51

Please sign in to comment.