From 6b7e406c5c07d43592e8133671fa2276ba9a9a08 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:12:04 -0700 Subject: [PATCH] Activate datadog intelligent test runner --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 18fee89f..28cadb43 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,6 +16,7 @@ env: DD_API_KEY: "${{ secrets.DD_API_KEY }}" DD_SERVICE: "${{ github.repository }}" DD_CIVISIBILITY_AGENTLESS_ENABLED: true + DD_CIVISIBILITY_ITR_ENABLED: true DD_ENV: ci jobs: