diff --git a/.github/workflows/scrapers_runner.yml b/.github/workflows/scrapers_runner.yml index 7357e5c5df..3282139052 100644 --- a/.github/workflows/scrapers_runner.yml +++ b/.github/workflows/scrapers_runner.yml @@ -43,7 +43,7 @@ jobs: - name: Run pytest with Allure reporting continue-on-error: true run: | - pytest .\tests\ --alluredir=docs/allure-results -n auto + pytest tests/ --alluredir=docs/allure-results -n auto - name: Keep previous run history continue-on-error: true