Test fail-fast
This commit is contained in:
parent
b5f2dfe744
commit
446e104a24
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -728,6 +728,7 @@ jobs:
|
|||
(github.event_name != 'push' || github.event.repository.full_name == 'home-assistant/core')
|
||||
&& github.event.inputs.lint-only != 'true'
|
||||
&& (needs.changes.outputs.test_full_suite == 'true' || needs.changes.outputs.tests_glob)
|
||||
&& (needs.pip-check.result != 'failure')
|
||||
needs:
|
||||
- changes
|
||||
- gen-requirements-all
|
||||
|
@ -736,6 +737,7 @@ jobs:
|
|||
- lint-other
|
||||
- lint-isort
|
||||
- mypy
|
||||
- pip-check
|
||||
- prepare-tests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Reference in a new issue