Skip to content

Add optional description field to categories with host-only hover sid… #49

Add optional description field to categories with host-only hover sid…

Add optional description field to categories with host-only hover sid… #49

Workflow file for this run

name: Hardware CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
test-hardware:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
pip install websockets
- name: Run hardware library tests
run: |
cd hardware
python3 -m unittest lib.test_websocket_client -v