Skip to content

Commit

Permalink
fix other firefox installs, revert test file
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Nov 28, 2022
1 parent 0c88dcf commit 7a03687
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
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
3 changes: 3 additions & 0 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:

test-firefox:
name: Test Firestore on Firefox If Changed
# 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:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

import { ByteString } from '../util/byte_string';

// Trigger Firestore CI tests

/** An index value encoder. */
export interface DirectionalIndexByteEncoder {
// Note: This code is copied from the backend. Code that is not used by
Expand Down

0 comments on commit 7a03687

Please sign in to comment.