GitHub Actions Iterations

This commit is contained in:
Semantic Versioner 2023-07-22 04:50:33 -04:00
parent 0ae43a314a
commit a273f83873

View File

@ -42,3 +42,7 @@ jobs:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml
if: github.event_name == 'pull_request'
- name: Check results
run: |
grep -q "FAILED" pytest-coverage.txt && exit 1 || exit 0