Skip to content

Commit 5842786

Browse files
Try datadog test optimization
1 parent a907178 commit 5842786

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,9 @@ jobs:
6868
run: |
6969
dist/datadog-sync diffs --validate=false --verify-ddr-status=false
7070
exit $?
71+
- name: Configure Datadog Test Optimization
72+
uses: datadog/test-visibility-github-action@v2
73+
with:
74+
languages: python
75+
api_key: ${{secrets.DD_API_KEY}}
76+
site: datadoghq.com

0 commit comments

Comments
 (0)