Skip to content

Merge branch 'main' of https://github.com/thewh1teagle/zero-hid #50

Merge branch 'main' of https://github.com/thewh1teagle/zero-hid

Merge branch 'main' of https://github.com/thewh1teagle/zero-hid #50

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev_requirements.txt
pip install .
- name: Install plugin
run: pip install pytest-github-actions-annotate-failures
- run: pytest tests/