File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments