mirror of
https://github.com/bellingcat/tiktok-hashtag-analysis.git
synced 2026-06-11 12:58:30 +03:00
no way to robustly set Windows files to readonly, so removed those tests
This commit is contained in:
5
.github/workflows/pytest.yml
vendored
5
.github/workflows/pytest.yml
vendored
@@ -12,4 +12,7 @@ jobs:
|
||||
python-version: '3.9'
|
||||
- run: pip install -e .[dev]
|
||||
- run: python -m playwright install
|
||||
- run: pytest --exitfirst --failed-first
|
||||
- run: |
|
||||
export DISPLAY=:99
|
||||
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
|
||||
pytest
|
||||
2
.github/workflows/pytest_windows.yml
vendored
2
.github/workflows/pytest_windows.yml
vendored
@@ -12,4 +12,4 @@ jobs:
|
||||
python-version: '3.9'
|
||||
- run: pip install -e .[dev]
|
||||
- run: python -m playwright install
|
||||
- run: pytest --exitfirst --failed-first
|
||||
- run: pytest
|
||||
Reference in New Issue
Block a user