mirror of
https://github.com/bellingcat/tiktok-hashtag-analysis.git
synced 2026-06-08 03:18:31 +03:00
added tests for Windows environment
This commit is contained in:
15
.github/workflows/pytest_windows.yml
vendored
Normal file
15
.github/workflows/pytest_windows.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Test on Windows
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
pytest:
|
||||
runs-on: windows-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
|
||||
Reference in New Issue
Block a user