Skip to content

Commit 2312d47

Browse files
committed
Run firefox tests on ubuntu-latest to see if they work
1 parent 1e8edb7 commit 2312d47

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

.github/workflows/test-changed-auth.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,8 @@ jobs:
7070
run: xvfb-run yarn test:changed auth
7171
test-firefox:
7272
name: Test Auth on Firefox If Changed
73-
# Whatever version of Firefox comes with 22.04 is causing Firefox
74-
# startup to hang when launched by karma. Need to look further into
75-
# why.
7673

77-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-latest
7875

7976
steps:
8077
- name: install Firefox stable

.github/workflows/test-changed-firestore.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,7 @@ jobs:
169169

170170
compat-test-firefox:
171171
name: Test Firestore Compatible on Firefox
172-
# Whatever version of Firefox comes with 22.04 is causing Firefox
173-
# startup to hang when launched by karma. Need to look further into
174-
# why.
175-
runs-on: ubuntu-20.04
172+
runs-on: ubuntu-latest
176173
needs: build
177174
if: ${{ needs.build.outputs.changed == 'true'}}
178175
steps:
@@ -202,10 +199,7 @@ jobs:
202199
strategy:
203200
matrix:
204201
test-name: ["test:browser", "test:travis", "test:lite:browser", "test:browser:prod:nameddb", "test:lite:browser:nameddb"]
205-
# Whatever version of Firefox comes with 22.04 is causing Firefox
206-
# startup to hang when launched by karma. Need to look further into
207-
# why.
208-
runs-on: ubuntu-20.04
202+
runs-on: ubuntu-latest
209203
needs: build
210204
if: ${{ needs.build.outputs.changed == 'true'}}
211205
steps:

.github/workflows/test-changed.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ jobs:
5050

5151
test-firefox:
5252
name: Test Packages With Changed Files in Firefox
53-
# Whatever version of Firefox comes with 22.04 is causing Firefox
54-
# startup to hang when launched by karma. Need to look further into
55-
# why.
56-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-latest
5754

5855
steps:
5956
- name: Checkout Repo

0 commit comments

Comments
 (0)