From 93d9ee48ed166446a192ad88c788c236a60ca2fc Mon Sep 17 00:00:00 2001 From: omri zaher Date: Fri, 8 Aug 2025 18:12:44 +0300 Subject: [PATCH] Fix environment variable setup for Chrome and ChromeDriver in UI testing workflow --- .github/workflows/ui-testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ui-testing.yml b/.github/workflows/ui-testing.yml index e70afb562..71759190b 100644 --- a/.github/workflows/ui-testing.yml +++ b/.github/workflows/ui-testing.yml @@ -33,6 +33,9 @@ jobs: 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: