File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ uv run uipath pack
1212echo " Input from input.json file"
1313uv run uipath run src/main.py ' {"message": "abc" }'
1414
15- source /app/testcases /common/common.sh
15+ source .. /common/common.sh
1616validate_output
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ uv run uipath pack
1111echo " Run agent with input from cli"
1212uv run uipath run src/main.py ' {"message": "abc", "repeat": 2, "prefix": "xyz"}'
1313
14- source /app/testcases /common/common.sh
14+ source .. /common/common.sh
1515validate_output
1616
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ uv run uipath pack
1111echo " Run agent with input from cli"
1212uv run uipath run agent ' {"topic": "Weather and Technology"}'
1313
14- source /app/testcases /common/common.sh
14+ source .. /common/common.sh
1515validate_output
1616
You can’t perform that action at this time.
0 commit comments