Skip to content

Add sensors and service call for getting and setting presets (#36) #41

Add sensors and service call for getting and setting presets (#36)

Add sensors and service call for getting and setting presets (#36) #41

Workflow file for this run

name: Tests
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.test.txt
- name: Run pytest
run: |
pytest