GitHub Actions Iterations
This commit is contained in:
parent
0ae43a314a
commit
a273f83873
4
.github/workflows/unittests.yaml
vendored
4
.github/workflows/unittests.yaml
vendored
@ -42,3 +42,7 @@ jobs:
|
|||||||
pytest-coverage-path: ./pytest-coverage.txt
|
pytest-coverage-path: ./pytest-coverage.txt
|
||||||
junitxml-path: ./pytest.xml
|
junitxml-path: ./pytest.xml
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
|
|
||||||
|
- name: Check results
|
||||||
|
run: |
|
||||||
|
grep -q "FAILED" pytest-coverage.txt && exit 1 || exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user