Skip to content

Commit 12c772e

Browse files
committed
chore(CI): Split basepath test suite into smaller and more parallel test suites
1 parent b3129a5 commit 12c772e

File tree

8 files changed

+991
-886
lines changed

8 files changed

+991
-886
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,8 @@ jobs:
678678
679679
NEXT_TEST_MODE=start BROWSER_NAME=safari node run-tests.js \
680680
test/production/pages-dir/production/test/index.test.ts \
681-
test/e2e/basepath/basepath.test.ts
681+
test/e2e/basepath/basepath.test.ts \
682+
test/e2e/basepath/error-pages.test.ts
682683
683684
BROWSER_NAME=safari DEVICE_NAME='iPhone XR' node run-tests.js \
684685
test/production/prerender-prefetch/index.test.ts

0 commit comments

Comments
 (0)