Skip to content

Comments

chore: skip report on cancellations#4

Merged
svelderrainruiz merged 1 commit intocodex/update-ci-workflow-for-pester-resultsfrom
codex/adjust-reporting-to-preserve-cancel-semantics
Aug 18, 2025
Merged

chore: skip report on cancellations#4
svelderrainruiz merged 1 commit intocodex/update-ci-workflow-for-pester-resultsfrom
codex/adjust-reporting-to-preserve-cancel-semantics

Conversation

@svelderrainruiz
Copy link

Summary

  • avoid running report job when workflow is cancelled

Testing

  • npm run check:node
  • npm install
  • npm test
  • npm run lint:md
  • npx --yes markdown-link-check -q -c .markdown-link-check.json README.md $(find docs scripts -name '*.md')
  • actionlint
  • pwsh -NoLogo -Command '$cfg = New-PesterConfiguration; $cfg.Run.Path = "./tests/pester"; $cfg.TestResult.Enabled = $false; Invoke-Pester -Configuration $cfg' (fails: Expected 0, but got 1)

https://chatgpt.com/codex/tasks/task_e_68a385e8b53c832999cd4ecd66db8bad

@svelderrainruiz svelderrainruiz merged commit 96b35cf into codex/update-ci-workflow-for-pester-results Aug 18, 2025
@svelderrainruiz svelderrainruiz deleted the codex/adjust-reporting-to-preserve-cancel-semantics branch August 18, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant