Skip to content

Bump pytest-homeassistant-custom-component from 0.13.45 to 0.13.47 #84

Bump pytest-homeassistant-custom-component from 0.13.45 to 0.13.47

Bump pytest-homeassistant-custom-component from 0.13.45 to 0.13.47 #84

Workflow file for this run

name: Testing
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
with:
runCmd: |
python -m pytest -p no:homeassistant tests/pytest/test_databases.py
bats:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
with:
runCmd: |
bats tests/bats