Skip to content

Update parser schema of zapper_iot to support genio_flash tool (#380) #407

Update parser schema of zapper_iot to support genio_flash tool (#380)

Update parser schema of zapper_iot to support genio_flash tool (#380) #407

Workflow file for this run

name: "[device-connectors] Run unit tests"
on:
push:
branches: [ main, try-self-hosted ]
paths:
- device-connectors/**
pull_request:
branches: [ main ]
paths:
- device-connectors/**
jobs:
build:
defaults:
run:
working-directory: device-connectors
runs-on: [self-hosted, linux, jammy, X64]
strategy:
matrix:
python: ["3.8", "3.10"]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox
- name: Run tests
run: |
tox