ci: stabilize macOS and transcript policy tests

This commit is contained in:
Peter Steinberger
2026-04-09 01:09:45 +01:00
parent 5f8de8c3f4
commit acdee39fa4
3 changed files with 16 additions and 1 deletions

View File

@@ -1095,7 +1095,9 @@ jobs:
set -euo pipefail
case "$TASK" in
test)
pnpm test
# Linux owns the full repo test suite. Keep macOS CI focused on
# launchd/Homebrew/runtime path coverage and the process-group wrapper.
pnpm test:macos:ci
;;
*)
echo "Unsupported macOS node task: $TASK" >&2