diff --git a/.gitea/workflows/chrome-tests.yml b/.gitea/workflows/chrome-tests.yml index d9018a5..cbddf88 100644 --- a/.gitea/workflows/chrome-tests.yml +++ b/.gitea/workflows/chrome-tests.yml @@ -28,10 +28,12 @@ jobs: apt update -y apt upgrade -y - - name: Install Edge and EdgeDriver for Linux + - name: Install Chrome and Chromedriver for Linux if: runner.os == 'Linux' run: | apt install -y chromium-browser chromium-driver + which chromium-browser + which chromium-driver - name: Run the pytests run: pytest -c pytest.ini -m chrome