Skip to content

Commit 35bb1de

Browse files
authored
Update full_test_core_for_pr.yml
Added variables to turn of telemetry and turn on async debugging.
1 parent d42c434 commit 35bb1de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/full_test_core_for_pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
environment: ci-secrets
2828
env:
2929
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
30+
DEEPEVAL_TELEMETRY_OPT_OUT: 1
31+
DEEPEVAL_DEBUG_ASYNC: "1"
32+
LOG_LEVEL: "info"
3033

3134
steps:
3235
- name: Resolve ref

0 commit comments

Comments
 (0)