Skip to content

Commit df3c609

Browse files
committed
Remove flag from CI
1 parent 6bd2b4f commit df3c609

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,7 @@ jobs:
542542
uses: ./.github/workflows/build_reusable.yml
543543
with:
544544
nodeVersion: ${{ matrix.node }}
545-
afterBuild: |
546-
export __NEXT_EXPERIMENTAL_ISOLATED_DEV_BUILD=true
547-
node run-tests.js --type unit
545+
afterBuild: node run-tests.js --type unit
548546
stepName: 'test-unit-${{ matrix.node }}'
549547

550548
secrets: inherit
@@ -735,7 +733,6 @@ jobs:
735733
export IS_WEBPACK_TEST=1
736734
export NEXT_TEST_MODE=dev
737735
export NEXT_TEST_REACT_VERSION="${{ matrix.react }}"
738-
export __NEXT_EXPERIMENTAL_ISOLATED_DEV_BUILD=true
739736
740737
node run-tests.js \
741738
--timings \
@@ -849,7 +846,6 @@ jobs:
849846
export IS_WEBPACK_TEST=1
850847
export NEXT_TEST_MODE=start
851848
export NEXT_TEST_REACT_VERSION="${{ matrix.react }}"
852-
export __NEXT_EXPERIMENTAL_ISOLATED_DEV_BUILD=true
853849
854850
node run-tests.js --timings -g ${{ matrix.group }} --type production
855851
stepName: 'test-prod-react-${{ matrix.react }}-${{ matrix.group }}'
@@ -889,7 +885,6 @@ jobs:
889885
afterBuild: |
890886
export IS_WEBPACK_TEST=1
891887
export NEXT_TEST_REACT_VERSION="${{ matrix.react }}"
892-
export __NEXT_EXPERIMENTAL_ISOLATED_DEV_BUILD=true
893888
894889
node run-tests.js \
895890
--timings \

0 commit comments

Comments
 (0)