File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,11 @@ jobs:
115
115
- name : Bump Node memory limit
116
116
run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
117
117
- name : Test setup and yarn install
118
- run : |
119
- export EXPERIMENTAL_MODE=true
120
- cp config/ci.config.json config/project.json
118
+ run : cp config/ci.config.json config/project.json
121
119
- name : Run tests
122
120
run : cd packages/firestore && yarn run ${{ matrix.test-name }}
121
+ env :
122
+ EXPERIMENTAL_MODE : true
123
123
124
124
compat-test-firefox :
125
125
name : Test Firestore Compatible on Firefox
@@ -182,13 +182,12 @@ jobs:
182
182
- name : Bump Node memory limit
183
183
run : echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
184
184
- name : Test setup and yarn install
185
- run : |
186
- export EXPERIMENTAL_MODE=true
187
- cp config/ci.config.json config/project.json
185
+ run : cp config/ci.config.json config/project.json
188
186
- name : Run tests
189
187
run : cd packages/firestore && xvfb-run yarn run ${{ matrix.test-name }}
190
188
env :
191
189
BROWSERS : ' Firefox'
190
+ EXPERIMENTAL_MODE : true
192
191
193
192
# A job that fails if any required job in the test matrix fails,
194
193
# to be used as a required check for merging.
You can’t perform that action at this time.
0 commit comments