From 32236a73a03f7302f4bdc38f67557c0503fcd8da Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 24 Jul 2024 10:52:33 +0100 Subject: [PATCH] expanded verbose logging --- .gitea/workflows/chrome-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/chrome-tests.yml b/.gitea/workflows/chrome-tests.yml index fdb7bb9..0d50424 100644 --- a/.gitea/workflows/chrome-tests.yml +++ b/.gitea/workflows/chrome-tests.yml @@ -44,8 +44,6 @@ jobs: - name: Verify Installation run: | - pwd - echo ${{gitea.workspace}} export PATH=$PATH:${{gitea.workspace}}/chrome-linux64 which chrome which chromedriver @@ -56,7 +54,7 @@ jobs: run: | export PATH=$PATH:${{gitea.workspace}}/chrome-linux64 export PATH=$PATH:${{gitea.workspace}}/drivers - pytest -c pytest.ini -m chrome + pytest -vv -c pytest.ini -m chrome - name: Run the behave tests