Skip to content

Merge pull request #3 from NezbiT/fix/license-detection-false-negatives #2

Merge pull request #3 from NezbiT/fix/license-detection-false-negatives

Merge pull request #3 from NezbiT/fix/license-detection-false-negatives #2

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e ".[test]"
# The suite replays recorded fixtures and must never reach the network.
- run: pytest -v