Skip to content

Commit ff6b0a9

Browse files
committed
Revert "try run export EXPERIMENTAL_MODE=true"
This reverts commit f37eeaf.
1 parent f37eeaf commit ff6b0a9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

+5-6
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ jobs:
115115
- name: Bump Node memory limit
116116
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
117117
- 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
121119
- name: Run tests
122120
run: cd packages/firestore && yarn run ${{ matrix.test-name }}
121+
env:
122+
EXPERIMENTAL_MODE: true
123123

124124
compat-test-firefox:
125125
name: Test Firestore Compatible on Firefox
@@ -182,13 +182,12 @@ jobs:
182182
- name: Bump Node memory limit
183183
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
184184
- 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
188186
- name: Run tests
189187
run: cd packages/firestore && xvfb-run yarn run ${{ matrix.test-name }}
190188
env:
191189
BROWSERS: 'Firefox'
190+
EXPERIMENTAL_MODE: true
192191

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

0 commit comments

Comments
 (0)