From b9b6614d80cf84944fda962b53c7e6f34a3e0e74 Mon Sep 17 00:00:00 2001 From: omri zaher Date: Fri, 8 Aug 2025 18:45:21 +0300 Subject: [PATCH] Remove installation of Chromium ChromeDriver from UI testing workflow --- .github/workflows/ui-testing.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ui-testing.yml b/.github/workflows/ui-testing.yml index 71759190b..04a69e5a8 100644 --- a/.github/workflows/ui-testing.yml +++ b/.github/workflows/ui-testing.yml @@ -32,10 +32,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y google-chrome-stable - sudo apt-get install -y chromium-chromedriver - env: - CHROME_BIN: /usr/bin/google-chrome - CHROMEDRIVER_BIN: /usr/bin/chromedriver - name: Run Selenium tests env: