Skip to content

Update dependency pytest-homeassistant-custom-component to v0.13.137 #611

Update dependency pytest-homeassistant-custom-component to v0.13.137

Update dependency pytest-homeassistant-custom-component to v0.13.137 #611

Workflow file for this run

---
name: Test
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pytest:
runs-on: "ubuntu-latest"
name: Run tests
strategy:
matrix:
python-version:
- "3.11"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v4"
with:
python-version: ${{ matrix.python-version }}
- run: python3 -m pip install -r requirements-dev.txt
- run: python3 -m pytest --cov=custom_components