Uh oh!
There was an error while loading. Please reload this page.
Added new GitHub action for manual integration test run based on PR - #4135
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a manually-triggered GitHub Actions workflow to run integration tests against an open PR by PR number, by resolving the PR’s head revision and reusing existing .NET and Python CI workflows.
Changes:
- Added
Integration Tests (Manual)workflow that resolves PR info and calls existing .NET/Python test workflows. - Made
dotnet-build-and-testandpython-merge-testsreusable viaworkflow_callwith an optionalcheckout-refinput. - Updated checkout steps in the called workflows to use the provided
checkout-ref.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/workflows/integration-tests-manual.yml | New manual workflow to resolve PR and invoke existing .NET/Python test workflows. |
| .github/workflows/dotnet-build-and-test.yml | Adds workflow_call + checkout-ref input and checks out that ref. |
| .github/workflows/python-merge-tests.yml | Adds workflow_call + checkout-ref input and checks out that ref. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Tao Chen (TaoChenOSU)
commented
Feb 20, 2026
Will this allow external folks to run our integration tests? |
Dmytro Struk (dmytrostruk)
commented
Feb 20, 2026
It shouldn't, |
Uh oh!
There was an error while loading. Please reload this page.
Motivation and Context
It would be also possible to run this workflow with:
Contribution Checklist