mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-08 23:36:06 +02:00
fix(windows-ci): broaden sidebar-agent.ts pattern to catch all references
This commit is contained in:
@@ -90,7 +90,7 @@ const WINDOWS_FRAGILE_PATTERNS: Array<{ pattern: RegExp; reason: string }> = [
|
|||||||
// platform since v1.14, but Bun on macOS/Linux reports the failure as a
|
// platform since v1.14, but Bun on macOS/Linux reports the failure as a
|
||||||
// module-load error (exit 0) while Bun on Windows treats it as a hard
|
// module-load error (exit 0) while Bun on Windows treats it as a hard
|
||||||
// fail (exit 1). Tracked as a follow-up: update or delete these tests.
|
// fail (exit 1). Tracked as a follow-up: update or delete these tests.
|
||||||
{ pattern: /['"]sidebar-agent\.ts['"]|src\/sidebar-agent['"]/, reason: 'reads deleted browse/src/sidebar-agent.ts (pre-existing breakage from v1.14.0.0 sidebar refactor)' },
|
{ pattern: /sidebar-agent\.ts/, reason: 'reads deleted browse/src/sidebar-agent.ts (pre-existing breakage from v1.14.0.0 sidebar refactor)' },
|
||||||
];
|
];
|
||||||
|
|
||||||
// Explicit known-Windows-incompatible test files that don't fit a regex
|
// Explicit known-Windows-incompatible test files that don't fit a regex
|
||||||
|
|||||||
Reference in New Issue
Block a user