File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 38
38
run : xvfb-run yarn test:changed auth
39
39
test-firefox :
40
40
name : Test Auth on Firefox If Changed
41
- runs-on : ubuntu-latest
41
+ # Whatever version of Firefox comes with 22.04 is causing Firefox
42
+ # startup to hang when launched by karma. Need to look further into
43
+ # why.
44
+ runs-on : ubuntu-20.04
42
45
43
46
steps :
44
47
- name : install Firefox stable
Original file line number Diff line number Diff line change 34
34
35
35
test-firefox :
36
36
name : Test Firestore on Firefox If Changed
37
- runs-on : ubuntu-latest
37
+ # Whatever version of Firefox comes with 22.04 is causing Firefox
38
+ # startup to hang when launched by karma. Need to look further into
39
+ # why.
40
+ runs-on : ubuntu-20.04
38
41
39
42
steps :
40
43
- name : install Firefox stable
Original file line number Diff line number Diff line change 34
34
35
35
test-firefox :
36
36
name : Test Packages With Changed Files in Firefox
37
- runs-on : ubuntu-latest
37
+ # Whatever version of Firefox comes with 22.04 is causing Firefox
38
+ # startup to hang when launched by karma. Need to look further into
39
+ # why.
40
+ runs-on : ubuntu-20.04
38
41
39
42
steps :
40
43
- name : Checkout Repo
You can’t perform that action at this time.
0 commit comments