Skip to content

Commit b465907

Browse files
authored
Merge pull request #107 from UiPath/fix/test-uipath-workflow-path
ci: fix testcase discovery path in test-uipath workflow
2 parents 0d3231a + 6ba9ddd commit b465907

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-uipath.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Discover testcases
115115
id: discover
116-
working-directory: uipath-python
116+
working-directory: uipath-python/packages/uipath
117117
run: |
118118
# Find all testcase folders (excluding common folders like README, etc.)
119119
testcase_dirs=$(find testcases -maxdepth 1 -type d -name "*-*" | sed 's|testcases/||' | sort)
@@ -175,7 +175,7 @@ jobs:
175175
BASE_URL: ${{ matrix.environment == 'alpha' && secrets.ALPHA_BASE_URL || matrix.environment == 'staging' && secrets.STAGING_BASE_URL || matrix.environment == 'cloud' && secrets.CLOUD_BASE_URL }}
176176
USE_AZURE_CHAT: ${{ matrix.use_azure_chat }}
177177
UV_PYTHON: "3.12"
178-
working-directory: uipath-python/testcases/${{ matrix.testcase }}
178+
working-directory: uipath-python/packages/uipath/testcases/${{ matrix.testcase }}
179179
run: |
180180
echo "Running testcase: ${{ matrix.testcase }}"
181181
echo "Environment: ${{ matrix.environment }}"

0 commit comments

Comments
 (0)