Skip to content

reorganized output directory parsing tests #5

reorganized output directory parsing tests

reorganized output directory parsing tests #5

Workflow file for this run

name: Test
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- run: pip install -e .[dev]
- run: python -m playwright install
- run: pytest --exitfirst --failed-first