From e4b31c2073a1c1429d6e0e1b4e426bc84faf3cc0 Mon Sep 17 00:00:00 2001 From: Rarescode Date: Fri, 15 Sep 2023 20:27:43 +0300 Subject: [PATCH] Modified pytest command to include more details in test results --- .github/workflows/scrapers_runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scrapers_runner.yml b/.github/workflows/scrapers_runner.yml index 0ca3d46d..1a99ffb3 100644 --- a/.github/workflows/scrapers_runner.yml +++ b/.github/workflows/scrapers_runner.yml @@ -40,4 +40,4 @@ jobs: python3 sites/script_runner.py - name: Run pytest - run: pytest -v + run: pytest -vv