Skip to content

Call this 0.8.2

Call this 0.8.2 #13

Workflow file for this run

name: Tests
on:
pull_request:
push:
jobs:
test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install python3-requests python3-stevedore python3-prettytable python3-serial python3-flask python3-pytest python3-mock
pytest-3 tests