mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Test fail-fast
This commit is contained in:
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_name != 'push' || github.event.repository.full_name == 'home-assistant/core')
|
||||||
&& github.event.inputs.lint-only != 'true'
|
&& github.event.inputs.lint-only != 'true'
|
||||||
&& (needs.changes.outputs.test_full_suite == 'true' || needs.changes.outputs.tests_glob)
|
&& (needs.changes.outputs.test_full_suite == 'true' || needs.changes.outputs.tests_glob)
|
||||||
|
&& (needs.pip-check.result != 'failure')
|
||||||
needs:
|
needs:
|
||||||
- changes
|
- changes
|
||||||
- gen-requirements-all
|
- gen-requirements-all
|
||||||
@@ -736,6 +737,7 @@ jobs:
|
|||||||
- lint-other
|
- lint-other
|
||||||
- lint-isort
|
- lint-isort
|
||||||
- mypy
|
- mypy
|
||||||
|
- pip-check
|
||||||
- prepare-tests
|
- prepare-tests
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Reference in New Issue
Block a user