Browse Source

Specify old version of chrome that is not broken

pull/3395/head
Gabe Kangas 2 years ago
parent
commit
fd47475c11
  1. 2
      .github/workflows/browser-testing.yml

2
.github/workflows/browser-testing.yml

@ -44,7 +44,7 @@ jobs: @@ -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

Loading…
Cancel
Save