This commit is contained in:
Thephaseless 2024-11-30 12:48:04 +00:00
parent d3b27b23b7
commit a3e494f50e

View File

@ -57,7 +57,7 @@ jobs:
rm ./google-chrome-stable_current_amd64.deb rm ./google-chrome-stable_current_amd64.deb
- name: Run Ruff - name: Run Ruff
run: poetry run ruff . run: poetry run ruff check .
- name: Run tests - name: Run tests
run: poetry run pytest --retries 2 -n auto --xvfb run: poetry run pytest --retries 2 -n auto --xvfb