Skip to content

Commit f306535

Browse files
authored
Run article-api tests serially (#59193)
1 parent deadfce commit f306535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,5 @@ jobs:
166166
# Enable debug logging when "Re-run jobs with debug logging" is used in GitHub Actions UI
167167
# This will output additional timing and path information to help diagnose timeout issues
168168
RUNNER_DEBUG: ${{ runner.debug }}
169-
run: npm test -- src/${{ matrix.name }}/tests/
169+
VITEST_FLAGS: ${{ matrix.name == 'article-api' && '--no-file-parallelism --maxWorkers=1' || '' }}
170+
run: npm test -- $VITEST_FLAGS src/${{ matrix.name }}/tests/

0 commit comments

Comments
 (0)