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