Skip to content

Commit

Permalink
Don't run tests if ruff fails (#87003)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Jan 31, 2023
1 parent be25d17 commit 0d018d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -801,8 +801,9 @@ jobs:
- gen-requirements-all
- hassfest
- lint-black
- lint-other
- lint-isort
- lint-other
- lint-ruff
- mypy
strategy:
fail-fast: false
Expand Down Expand Up @@ -922,8 +923,9 @@ jobs:
- gen-requirements-all
- hassfest
- lint-black
- lint-other
- lint-isort
- lint-other
- lint-ruff
- mypy
strategy:
fail-fast: false
Expand Down

0 comments on commit 0d018d5

Please sign in to comment.