spawn/.github/workflows
Ahmed Abushagur d501b5eb1d
fix: CI test summary uses NO_COLOR instead of sed hack (#985)
* fix: strip ANSI colors before grepping test summary

The mock test output uses ANSI escape codes for colored ✓/✗/━━━
characters, so the grep in the Post summary step couldn't match
them. Strip colors with sed first.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: use NO_COLOR standard instead of sed to strip ANSI codes

mock.sh now respects the NO_COLOR env var (https://no-color.org/).
CI sets NO_COLOR=1 so grep matches ✓/✗/━━━ cleanly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 11:26:41 -08:00
..
cli-release.yml fix: download pre-built CLI from GitHub release when local build fails (#728) 2026-02-12 13:48:45 -08:00
discovery.yml feat: add security triage gate for issue safety before agent processing (#734) 2026-02-12 14:23:33 -08:00
lint.yml ci: add shellcheck linting infrastructure 2026-02-08 01:08:34 +00:00
qa.yml QA-Bot setup (#335) 2026-02-10 19:51:07 -08:00
refactor.yml feat: security triage applies full label taxonomy (#766) 2026-02-12 16:20:07 -08:00
security.yml refactor: Simplify security workflow to match discovery/refactor pattern (#929) 2026-02-13 05:26:21 -08:00
test.yml fix: CI test summary uses NO_COLOR instead of sed hack (#985) 2026-02-13 11:26:41 -08:00