Skip to content

Commit feb8de0

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

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
@@ -801,7 +801,8 @@ jobs:
801801
802802
NEXT_TEST_MODE=start BROWSER_NAME=safari node run-tests.js \
803803
test/production/pages-dir/production/test/index.test.ts \
804-
test/e2e/basepath/basepath.test.ts
804+
test/e2e/basepath/basepath.test.ts \
805+
test/e2e/basepath/error-pages.test.ts
805806
806807
BROWSER_NAME=safari DEVICE_NAME='iPhone XR' node run-tests.js \
807808
test/production/prerender-prefetch/index.test.ts

0 commit comments

Comments
 (0)