Skip to content

Commit

Permalink
Use Chrome 116 for e2e tests (rancher#9778)
Browse files Browse the repository at this point in the history
* Use Chrome 116 for e2e tests

* Fix indentation
  • Loading branch information
nwmac authored Sep 26, 2023
1 parent 4a2f55c commit a5ecb67
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,15 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14.x'


- name: Install Chrome 116
run: |
sudo apt-get install -y wget
cd /tmp
wget -q http://mirror.cs.uchicago.edu/google-chrome/pool/main/g/google-chrome-stable/google-chrome-stable_116.0.5845.187-1_amd64.deb
sudo apt-get install -y --allow-downgrades ./google-chrome-stable_116.0.5845.187-1_amd64.deb
google-chrome --version
- name: Install packages
run: yarn install:ci

Expand Down

0 comments on commit a5ecb67

Please sign in to comment.