Skip to content

Commit 06d8168

Browse files
committed
fixup
1 parent 4c30994 commit 06d8168

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ jobs:
792792
test/e2e/app-dir/app/index.test.ts \
793793
test/e2e/app-dir/app-edge/app-edge.test.ts \
794794
test/e2e/app-dir/proxy-runtime-nodejs/proxy-runtime-nodejs.test.ts \
795-
test/e2e/externals-transitive/externals-transitive.test.ts \
796795
test/development/app-dir/segment-explorer/segment-explorer.test.ts
797796
stepName: 'test-turbopack-dev-windows'
798797
runs_on_labels: '["windows","self-hosted","x64"]'
@@ -1116,8 +1115,11 @@ jobs:
11161115
'test-turbopack-production-integration',
11171116
'test-unit-windows',
11181117
'test-dev-windows',
1118+
'test-turbopack-dev-windows',
11191119
'test-integration-windows',
1120+
'test-turbopack-integration-windows',
11201121
'test-prod-windows',
1122+
'test-turbopack-prod-windows',
11211123
]
11221124

11231125
if: always()

0 commit comments

Comments
 (0)