[codex] Add PowerShell PR checks for GraphEssentials#16
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a18e77235f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| pull_request: | ||
| branches: | ||
| - master |
There was a problem hiding this comment.
Trigger workflow on main instead of master
This workflow is scoped to master, but this repository’s active development branch is main (the branch with recent merge commits), so PRs targeting main will not run these new checks. That means the intended PR gate is effectively disabled unless someone runs workflow_dispatch manually, which defeats the purpose of adding automated regression checks.
Useful? React with 👍 / 👎.
What changed
masterGraphEssentials.Tests.ps1runner modeled after the simplerDnsClientXpatternWhy
GraphEssentials previously had no CI checks on pull requests, so regressions in error handling and batch behavior could merge without any automated signal.
Validation
pwsh -NoProfile -File .\GraphEssentials.Tests.ps1powershell -NoProfile -File .\GraphEssentials.Tests.ps1