diff --git a/.github/workflows/pipeline_test.yml b/.github/workflows/pipeline_test.yml index f38e21c..a6ee231 100644 --- a/.github/workflows/pipeline_test.yml +++ b/.github/workflows/pipeline_test.yml @@ -35,5 +35,5 @@ jobs: - name: Executar bandit run: poetry run bandit -r . - # - name: Executar testes - # run: poetry run pytest --cov=. \ No newline at end of file + - name: Executar testes unitários + run: poetry run pytest --cov=. \ No newline at end of file