mirror of
https://github.com/wekan/wekan.git
synced 2026-01-10 03:28:50 +01:00
Remove installation of Chromium ChromeDriver from UI testing workflow
This commit is contained in:
parent
4949fdd7bb
commit
b9b6614d80
1 changed files with 0 additions and 4 deletions
4
.github/workflows/ui-testing.yml
vendored
4
.github/workflows/ui-testing.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue