File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -786,15 +786,16 @@ jobs:
786786 with :
787787 nodeVersion : 20.9.0
788788 afterBuild : |
789- export IS_WEBPACK_TEST =1
789+ export IS_TURBOPACK_TEST =1
790790 node run-tests.js \
791791 --concurrency 4 \
792792 test/production/pages-dir/production/test/index.test.ts \
793793 test/integration/css-client-nav/test/index.test.js \
794794 test/integration/rewrites-has-condition/test/index.test.js \
795795 test/integration/create-next-app/index.test.ts \
796796 test/integration/create-next-app/package-manager/pnpm.test.ts \
797- test/integration/export-image-loader/test/index.test.js
797+ test/integration/export-image-loader/test/index.test.js \
798+ /Users/niklas/code/next.js/test/integration/image-optimizer/test
798799 stepName : ' test-integration-windows'
799800 runs_on_labels : ' ["windows","self-hosted","x64"]'
800801 buildNativeTarget : ' x86_64-pc-windows-msvc'
You can’t perform that action at this time.
0 commit comments