Skip to content

Commit

Permalink
try the next beta of chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Sep 2, 2024
1 parent 0dd38e8 commit 085f52f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@ jobs:
sudo apt-get update
sudo apt-get install sendmail
# Temp thing
- name: Downgrade chrome
- name: Try beta chrome
run: |
curl -L -o chrome.deb http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_127.0.6533.119-1_amd64.deb
sudo apt-get install libu2f-udev
curl -L -o chrome.deb http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_129.0.6668.22-1_amd64.deb
sudo dpkg -i chrome.deb
google-chrome-stable --version
- name: Setup Drupal
Expand Down Expand Up @@ -178,7 +177,7 @@ jobs:
- uses: nanasess/setup-chromedriver@master
with:
# temporary to match downgraded chrome
chromedriver-version: '127.0.6533.119'
chromedriver-version: '129.0.6668.22'
- name: Run chromedriver
run: chromedriver &
- name: Run php built-in server
Expand Down

0 comments on commit 085f52f

Please sign in to comment.