From 721292e0ccfa4ed8ea0e27789cc23a4aa42dfa2b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 23 Jul 2024 22:19:37 +0100 Subject: [PATCH] nearly there? --- .gitea/workflows/chrome-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/chrome-tests.yml b/.gitea/workflows/chrome-tests.yml index 87d8866..b6d1d78 100644 --- a/.gitea/workflows/chrome-tests.yml +++ b/.gitea/workflows/chrome-tests.yml @@ -51,7 +51,7 @@ jobs: chromedriver --version - name: Run the pytests - run: + run: | export PATH=$PATH:${{gitea.workspace}}/chrome-linux64 export PATH=$PATH:${{gitea.workspace}}/drivers pytest -c pytest.ini -m chrome