mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 05:08:48 +01:00
Add installation of Chromium ChromeDriver in UI testing workflow
This commit is contained in:
parent
e8c772ee0a
commit
d47b855ad2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ui-testing.yml
vendored
1
.github/workflows/ui-testing.yml
vendored
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y google-chrome-stable
|
||||
sudo apt-get install -y chromium-chromedriver
|
||||
|
||||
- name: Run Selenium tests
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue