Skip to content

index by status/vendor/server for server prices #215

index by status/vendor/server for server prices

index by status/vendor/server for server prices #215

Workflow file for this run

name: Unit tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install tox
run: pip install tox
- name: Install local pkg
run: pip install .
- name: Linters
run: tox -e lint
- name: Tests
run: tox