Skip to content

[codex] Fix action pipeline failure handling#10

Merged
7shep merged 1 commit into
mainfrom
codex-fix-action-pipefail
Jun 3, 2026
Merged

[codex] Fix action pipeline failure handling#10
7shep merged 1 commit into
mainfrom
codex-fix-action-pipefail

Conversation

@7shep

@7shep 7shep commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Enable set -o pipefail in the composite action before piping the CLI report through tee.
  • Add a regression test that verifies the action enables pipefail before the tee pipeline.
  • Document the failure-propagation requirement in the GitHub Action spec.

Fixes #7

Validation

  • npm test
  • npm run typecheck
  • npm run build

@7shep 7shep marked this pull request as ready for review June 3, 2026 15:39
@7shep 7shep merged commit 65dab31 into main Jun 3, 2026
1 check passed
@7shep 7shep deleted the codex-fix-action-pipefail branch June 3, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub Action masks CLI failures when piping output through tee

1 participant