File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments