mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Get updated version of chrome that doesn't break test
This commit is contained in:
parent
02ce251bc4
commit
8a32da05b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/browser-testing.yml
vendored
2
.github/workflows/browser-testing.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Install Google Chrome
|
- name: Install Google Chrome
|
||||||
run: sudo apt-get install google-chrome-stable
|
run: sudo apt-get update && sudo apt-get install google-chrome-stable
|
||||||
|
|
||||||
- name: Run Browser tests
|
- name: Run Browser tests
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v2
|
||||||
|
|
Loading…
Reference in a new issue