Skip to content

Commit 37e3770

Browse files
committed
Update test-changed-firestore.yml
1 parent a78eebe commit 37e3770

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
run: cp config/ci.config.json config/project.json
119119
- name: Run tests
120120
run: cd packages/firestore && yarn run ${{ matrix.test-name }}
121+
env:
122+
EXPERIMENTAL_MODE: true
121123

122124
compat-test-firefox:
123125
name: Test Firestore Compatible on Firefox
@@ -185,6 +187,7 @@ jobs:
185187
run: cd packages/firestore && xvfb-run yarn run ${{ matrix.test-name }}
186188
env:
187189
BROWSERS: 'Firefox'
190+
EXPERIMENTAL_MODE: true
188191

189192
# A job that fails if any required job in the test matrix fails,
190193
# to be used as a required check for merging.

0 commit comments

Comments
 (0)