Skip to content

feat: Standalone temperature and RPI module (#14) #33

feat: Standalone temperature and RPI module (#14)

feat: Standalone temperature and RPI module (#14) #33

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "release/**"
jobs:
build-and-test:
name: Test code
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Install packages
run: pip install -r requirements.txt
- name: Run tests
run: pytest