feat: remove hawk dependency and all related integration code from project
This commit is contained in:
parent
4137918687
commit
312cfb8e8b
@ -22,11 +22,6 @@ jobs:
|
|||||||
pip install playwright
|
pip install playwright
|
||||||
python -m playwright install chromium --with-deps
|
python -m playwright install chromium --with-deps
|
||||||
|
|
||||||
- name: Check code with hawk
|
|
||||||
run: |
|
|
||||||
pip install hawk
|
|
||||||
hawk . --python --js --css --html
|
|
||||||
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
run: |
|
run: |
|
||||||
python -m pytest tests/ -v --tb=line -x
|
python -m pytest tests/ -v --tb=line -x
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user