GitHub Actions Iterations
This commit is contained in:
parent
4d25ef7719
commit
81f0cf33aa
1
.github/workflows/unittests.yaml
vendored
1
.github/workflows/unittests.yaml
vendored
@ -46,3 +46,4 @@ jobs:
|
|||||||
- name: Check results
|
- name: Check results
|
||||||
run: |
|
run: |
|
||||||
grep -q "FAILED" pytest-coverage.txt && exit 1 || exit 0
|
grep -q "FAILED" pytest-coverage.txt && exit 1 || exit 0
|
||||||
|
grep -q "ERROR" pytest-coverage.txt && exit 1 || exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user