Skip to content

Commit e90171c

Browse files
committed
ci: enable cloud testing
1 parent 6e90892 commit e90171c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
testcase: ${{ fromJson(needs.discover-testcases.outputs.testcases) }}
47-
environment: [alpha, staging] # temporary disable [cloud]
47+
environment: [alpha, cloud, staging]
4848

4949
name: "${{ matrix.testcase }} / ${{ matrix.environment }}"
5050

src/uipath_llamaindex/_cli/_runtime/_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ class UiPathLlamaIndexRuntimeContext(UiPathRuntimeContext):
1111

1212
config: Optional[LlamaIndexConfig] = None
1313
workflow: Optional[Workflow] = None
14-
workflow_context: Optional[Context] = None # type: ignore[type-arg]
14+
workflow_context: Optional[Context] = None
1515
resumed_trigger: Optional[UiPathResumeTrigger] = None

0 commit comments

Comments
 (0)