Skip to content

Commit

Permalink
corrigindo erro dos testes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-custodio committed Feb 9, 2023
1 parent fc8f9c6 commit fc160f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: |
pip install pytest
pip install pytest-cov
pytest post_proc_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
pytest integracao_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

0 comments on commit fc160f4

Please sign in to comment.