Skip to content

Commit

Permalink
Fix Firefox CI issue (firebase#6833)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored and levino committed Dec 10, 2022
1 parent 35ac3fd commit 1824f91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-changed-auth.yml
Expand Up @@ -38,7 +38,10 @@ jobs:
run: xvfb-run yarn test:changed auth
test-firefox:
name: Test Auth on Firefox If Changed
runs-on: ubuntu-latest
# Whatever version of Firefox comes with 22.04 is causing Firefox
# startup to hang when launched by karma. Need to look further into
# why.
runs-on: ubuntu-20.04

steps:
- name: install Firefox stable
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-changed-firestore.yml
Expand Up @@ -34,7 +34,10 @@ jobs:

test-firefox:
name: Test Firestore on Firefox If Changed
runs-on: ubuntu-latest
# Whatever version of Firefox comes with 22.04 is causing Firefox
# startup to hang when launched by karma. Need to look further into
# why.
runs-on: ubuntu-20.04

steps:
- name: install Firefox stable
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-changed.yml
Expand Up @@ -34,7 +34,10 @@ jobs:

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

steps:
- name: Checkout Repo
Expand Down

0 comments on commit 1824f91

Please sign in to comment.