mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-02-23 02:52:37 +01:00
Don't fail fast on CI (#76)
This commit is contained in:
parent
7d36ed8ce5
commit
8baf034d78
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
||||
name: ${{ matrix.name }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- id: flake8
|
||||
@ -31,7 +32,7 @@ jobs:
|
||||
id: python
|
||||
with:
|
||||
python-version: '3.7'
|
||||
|
||||
|
||||
- name: Get pip cache dir
|
||||
id: pip-cache
|
||||
run: |
|
||||
@ -55,7 +56,7 @@ jobs:
|
||||
echo "::add-matcher::.github/workflows/matchers/isort.json"
|
||||
echo "::add-matcher::.github/workflows/matchers/mypy.json"
|
||||
echo "::add-matcher::.github/workflows/matchers/pytest.json"
|
||||
|
||||
|
||||
- run: flake8 aioesphomeapi
|
||||
if: ${{ matrix.id == 'flake8' }}
|
||||
- run: pylint aioesphomeapi
|
||||
|
Loading…
Reference in New Issue
Block a user