We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847d3a4 commit 3827665Copy full SHA for 3827665
.github/workflows/test_integration.yml
@@ -73,7 +73,7 @@ jobs:
73
DD_TEST_CLIENT_APP_KEY: ${{ secrets.DD_CLIENT_APP_KEY }}
74
DD_TRACE_ANALYTICS_ENABLED: "true"
75
RECORD: "none"
76
- SLEEP_AFTER_REQUEST: ${{ secrets.SLEEP_AFTER_REQUEST }}
+ SLEEP_AFTER_REQUEST: ${{ vars.SLEEP_AFTER_REQUEST }}
77
PYTEST_ADDOPTS: "--ddtrace"
78
DD_PYTEST_OPERATION_NAME: "test"
79
- name: Post failure status check
0 commit comments