Skip to content

Commit

Permalink
Merge pull request #12608 from aalves08/fix/e2e-chrome-installation
Browse files Browse the repository at this point in the history
fix e2e chrome installation
  • Loading branch information
torchiaf authored Nov 14, 2024
2 parents 753af77 + f6e0cb8 commit 8c490be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ jobs:
# Leaving this here again in case we need to pin to a specific Chrome version in the future
- name: Install Chrome 127
run: |
sudo apt-get install -y wget
sudo apt-get install -y wget libu2f-udev
cd /tmp
wget -q http://mirror.cs.uchicago.edu/google-chrome/pool/main/g/google-chrome-stable/google-chrome-stable_127.0.6533.72-1_amd64.deb
wget -q http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_127.0.6533.72-1_amd64.deb
sudo dpkg -i google-chrome-stable_127.0.6533.72-1_amd64.deb
sudo apt-get install -y --allow-downgrades ./google-chrome-stable_127.0.6533.72-1_amd64.deb
google-chrome --version
Expand Down

0 comments on commit 8c490be

Please sign in to comment.