mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2026-06-04 16:16:55 +02:00
ci: run pytest suite for converter tests
This commit is contained in:
parent
ee50da4b4e
commit
e7f8b0ca91
1 changed files with 2 additions and 1 deletions
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
|
|
@ -15,10 +15,11 @@ jobs:
|
|||
fetch-depth: 2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -U requests beautifulsoup4
|
||||
pip install -U requests beautifulsoup4 pytest
|
||||
- name: Run tests
|
||||
run: |
|
||||
code/tests.py
|
||||
python -m pytest -q tests
|
||||
lint-json:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue