Skip to content

Commit c34afda

Browse files
authored
Merge 562e351 into 503ca1e
2 parents 503ca1e + 562e351 commit c34afda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-changed-auth.yml

+5
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,18 @@ jobs:
4545
# Whatever version of Firefox comes with 22.04 is causing Firefox
4646
# startup to hang when launched by karma. Need to look further into
4747
# why.
48+
4849
runs-on: ubuntu-20.04
4950

51+
# Chrome webdriver version is pinned to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790"
52+
# These are installed even in the Firefox test due to `yarn` command which pulls the devDependency listed in package.json.
5053
steps:
5154
- name: install Firefox stable
5255
run: |
5356
sudo apt-get update
5457
sudo apt-get install firefox
58+
sudo apt-get install wget
59+
5560
- name: Checkout Repo
5661
uses: actions/checkout@master
5762
with:

0 commit comments

Comments
 (0)