Skip to content

Comments

Normalize relative paths for dispatcher actions#14

Merged
svelderrainruiz merged 1 commit intocodex/update-ci-workflow-for-pester-resultsfrom
codex/normalize-relativepath-in-invoke-osaction
Aug 18, 2025
Merged

Normalize relative paths for dispatcher actions#14
svelderrainruiz merged 1 commit intocodex/update-ci-workflow-for-pester-resultsfrom
codex/normalize-relativepath-in-invoke-osaction

Conversation

@svelderrainruiz
Copy link

Summary

  • Normalize RelativePath before dispatching actions
  • Trim separators in adapter script runner
  • Test and document relative path normalization

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: Tests Passed: 90, Failed: 17, Skipped: 15)

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

@svelderrainruiz svelderrainruiz merged commit e4e76b8 into codex/update-ci-workflow-for-pester-results Aug 18, 2025
@svelderrainruiz svelderrainruiz deleted the codex/normalize-relativepath-in-invoke-osaction branch August 18, 2025 23:59
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