Specify old version of chrome that is not broken

This commit is contained in:
Gabe Kangas 2023-10-04 23:49:46 -07:00 committed by GitHub
parent 47dc18e0fa
commit 3d120e8868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ jobs:
cache: true
- name: Install Google Chrome
run: sudo apt-get update && sudo apt-get install google-chrome-stable
run: sudo apt-get update && sudo apt-get install google-chrome-stable=116.0.5845.96-1
- name: Run Browser tests
uses: nick-fields/retry@v2