Skip to content

Commit ca602d4

Browse files
committed
chore(CI): Split basepath test suite into smaller and more parallel test suites
1 parent 262fe10 commit ca602d4

8 files changed

+991
-886
lines changed

.github/workflows/build_and_test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,8 @@ jobs:
672672
673673
NEXT_TEST_MODE=start BROWSER_NAME=safari node run-tests.js \
674674
test/production/pages-dir/production/test/index.test.ts \
675-
test/e2e/basepath/basepath.test.ts
675+
test/e2e/basepath/basepath.test.ts \
676+
test/e2e/basepath/error-pages.test.ts
676677
677678
BROWSER_NAME=safari DEVICE_NAME='iPhone XR' node run-tests.js \
678679
test/production/prerender-prefetch/index.test.ts

0 commit comments

Comments
 (0)