Remove installation of Chromium ChromeDriver from UI testing workflow

This commit is contained in:
omri zaher 2025-08-08 18:45:21 +03:00
parent 4949fdd7bb
commit b9b6614d80

View file

@ -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: