Skip to content

Commit 618a06b

Browse files
authored
Merge 0c88dcf into fde5adf
2 parents fde5adf + 0c88dcf commit 618a06b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
test-firefox:
3636
name: Test Firestore on Firefox If Changed
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-20.04
3838

3939
steps:
4040
- name: install Firefox stable

packages/firestore/src/index/directional_index_byte_encoder.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

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

20+
// Trigger Firestore CI tests
21+
2022
/** An index value encoder. */
2123
export interface DirectionalIndexByteEncoder {
2224
// Note: This code is copied from the backend. Code that is not used by

0 commit comments

Comments
 (0)