Skip to content

Commit eb03ca4

Browse files
committed
chore: disable tracing on integration tests
1 parent 0b6df31 commit eb03ca4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-uipath-langchain.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
image: ghcr.io/astral-sh/uv:python3.12-bookworm
8989
env:
9090
UIPATH_JOB_KEY: "3a03d5cb-fa21-4021-894d-a8e2eda0afe0"
91+
UIPATH_TRACING_ENABLED: false
9192
permissions:
9293
contents: read
9394
strategy:

.github/workflows/test-uipath.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
image: ghcr.io/astral-sh/uv:python3.12-bookworm
8989
env:
9090
UIPATH_JOB_KEY: "3a03d5cb-fa21-4021-894d-a8e2eda0afe0"
91+
UIPATH_TRACING_ENABLED: false
9192
permissions:
9293
contents: read
9394
strategy:

0 commit comments

Comments
 (0)