GitHub Actions Iterations

This commit is contained in:
Semantic Versioner 2023-07-22 04:54:53 -04:00
parent 4d25ef7719
commit 81f0cf33aa

View File

@ -46,3 +46,4 @@ jobs:
- name: Check results
run: |
grep -q "FAILED" pytest-coverage.txt && exit 1 || exit 0
grep -q "ERROR" pytest-coverage.txt && exit 1 || exit 0