Skip to content

no way to robustly set Windows files to readonly, so removed those tests #8

no way to robustly set Windows files to readonly, so removed those tests

no way to robustly set Windows files to readonly, so removed those tests #8

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: |
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
pytest