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 c689cb7 commit 9b105efCopy full SHA for 9b105ef
.github/workflows/test.yml
@@ -22,6 +22,11 @@ env:
22
DD_SOURCE_API_KEY: ${{ secrets.DD_SOURCE_API_KEY }}
23
DD_SOURCE_APP_KEY: ${{ secrets.DD_SOURCE_APP_KEY }}
24
DD_SOURCE_API_URL: ${{ secrets.DD_SOURCE_API_URL }}
25
+ PYTEST_ADDOPTS: "--ddtrace"
26
+ DD_ENV: ci
27
+ DD_SERVICE: datadog-sync-cli
28
+ DD_TAGS: "team:hamr"
29
+ DD_TRACE_ANALYTICS_ENABLED: "true"
30
31
jobs:
32
test:
.github/workflows/test_integrations.yml
@@ -52,7 +52,7 @@ jobs:
52
DD_AGENT_HOST: localhost
53
DD_ENV: ci
54
DD_SERVICE: datadog-sync-cli
55
- DD_TAGS: "team:integrations-tools-and-libraries"
56
DD_TRACE_ANALYTICS_ENABLED: "true"
57
RECORD: "none"
58
PYTEST_ADDOPTS: "--ddtrace"
0 commit comments