forked from home-assistant/core
Don't run tests if ruff fails (#87003)
This commit is contained in:
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -801,8 +801,9 @@ jobs:
|
|||||||
- gen-requirements-all
|
- gen-requirements-all
|
||||||
- hassfest
|
- hassfest
|
||||||
- lint-black
|
- lint-black
|
||||||
- lint-other
|
|
||||||
- lint-isort
|
- lint-isort
|
||||||
|
- lint-other
|
||||||
|
- lint-ruff
|
||||||
- mypy
|
- mypy
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -922,8 +923,9 @@ jobs:
|
|||||||
- gen-requirements-all
|
- gen-requirements-all
|
||||||
- hassfest
|
- hassfest
|
||||||
- lint-black
|
- lint-black
|
||||||
- lint-other
|
|
||||||
- lint-isort
|
- lint-isort
|
||||||
|
- lint-other
|
||||||
|
- lint-ruff
|
||||||
- mypy
|
- mypy
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Reference in New Issue
Block a user