GitHub Actions Iterations
This commit is contained in:
1
.github/workflows/unittests.yaml
vendored
1
.github/workflows/unittests.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user