Install chrome, chromedriver

This commit is contained in:
Jamil Bou Kheir
2021-02-24 16:29:03 -06:00
parent b786484b87
commit 9f7e321d46
2 changed files with 18 additions and 1 deletions

View File

@@ -28,7 +28,9 @@ jobs:
--health-retries 5
steps:
- name: Install package dependencies
run: sudo apt-get install net-tools wireguard chromium-chromedriver
run: sudo apt-get install net-tools wireguard unzip
- name: Install Chrome and ChromeDriver
run: .ci/install_chrome.sh
- uses: actions/checkout@v2
- name: Install Runtimes
run: .ci/install_runtimes.sh