mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 12:18:49 +01:00
Fix environment variable setup for Chrome and ChromeDriver in UI testing workflow
This commit is contained in:
parent
d47b855ad2
commit
93d9ee48ed
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ui-testing.yml
vendored
3
.github/workflows/ui-testing.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue