Skip to content

Commit 0dfbe16

Browse files
committed
turbopack
1 parent 57e665c commit 0dfbe16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)