mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
GitHub Actions: Don't run test suite if basic linters fails (#60197)
This commit is contained in:
parent
4aae088512
commit
83aff48db9
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
@ -653,7 +653,20 @@ jobs:
|
||||
|
||||
pytest:
|
||||
runs-on: ubuntu-latest
|
||||
needs: prepare-tests
|
||||
needs:
|
||||
- gen-requirements-all
|
||||
- hassfest
|
||||
- lint-bandit
|
||||
- lint-black
|
||||
- lint-codespell
|
||||
- lint-dockerfile
|
||||
- lint-executable-shebangs
|
||||
- lint-isort
|
||||
- lint-json
|
||||
- lint-pyupgrade
|
||||
- lint-yaml
|
||||
- mypy
|
||||
- prepare-tests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user