Merged
Conversation
Collaborator
radu-mocanu
commented
Feb 16, 2026
- add cross repo test action
c00298f to
85faa10
Compare
85faa10 to
961df19
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds cross-repository testing workflows that enable testing changes in the uipath-runtime-python repository against dependent repositories (uipath-python and uipath-langchain-python). The workflows are triggered by labels and run unit tests as well as integration tests across multiple environments and Python versions.
Changes:
- Added GitHub Actions workflow to test uipath-runtime-python changes against the uipath-python repository
- Added GitHub Actions workflow to test uipath-runtime-python changes against the uipath-langchain-python repository
- Added labeler configuration to automatically apply test labels based on file changes
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 16 comments.
| File | Description |
|---|---|
.github/workflows/test-uipath.yml |
Workflow for testing runtime changes against uipath-python, including unit tests and integration tests across alpha/staging environments |
.github/workflows/test-uipath-langchain.yml |
Workflow for testing runtime changes against uipath-langchain-python, including unit tests and integration tests with LLM variations |
.github/labeler.yml |
Configuration to auto-apply test:uipath and test:uipath-langchain labels when src/**/*.py files change |
Comments suppressed due to low confidence (1)
.github/workflows/test-uipath.yml:142
- The testcase execution relies on bash scripts (run.sh and validate_output.sh) that are expected to exist in the target repository (uipath-python/testcases/*/run.sh). If these scripts don't exist or fail, the workflow will fail without a clear error message. Consider adding validation to check if these scripts exist before attempting to execute them, or wrapping the execution in error handling that provides more context about which testcase failed and why.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cristipufu
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.