Skip to content

Commit 9b105ef

Browse files
Try this way
1 parent c689cb7 commit 9b105ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ env:
2222
DD_SOURCE_API_KEY: ${{ secrets.DD_SOURCE_API_KEY }}
2323
DD_SOURCE_APP_KEY: ${{ secrets.DD_SOURCE_APP_KEY }}
2424
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"
2530

2631
jobs:
2732
test:

.github/workflows/test_integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
DD_AGENT_HOST: localhost
5353
DD_ENV: ci
5454
DD_SERVICE: datadog-sync-cli
55-
DD_TAGS: "team:integrations-tools-and-libraries"
55+
DD_TAGS: "team:hamr"
5656
DD_TRACE_ANALYTICS_ENABLED: "true"
5757
RECORD: "none"
5858
PYTEST_ADDOPTS: "--ddtrace"

0 commit comments

Comments
 (0)