mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
Don't run tests if ruff fails (#87003)
This commit is contained in:
parent
be25d17e02
commit
0d018d53f1
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -801,8 +801,9 @@ jobs:
|
||||
- gen-requirements-all
|
||||
- hassfest
|
||||
- lint-black
|
||||
- lint-other
|
||||
- lint-isort
|
||||
- lint-other
|
||||
- lint-ruff
|
||||
- mypy
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -922,8 +923,9 @@ jobs:
|
||||
- gen-requirements-all
|
||||
- hassfest
|
||||
- lint-black
|
||||
- lint-other
|
||||
- lint-isort
|
||||
- lint-other
|
||||
- lint-ruff
|
||||
- mypy
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user