Skip to content

Commit 9455da2

Browse files
committed
CI: test datadog integration
1 parent 5134d11 commit 9455da2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ jobs:
104104
~/Library/Caches/Homebrew
105105
- name: Gather inital host info
106106
run: ext/bin/host-info
107+
- name: Configure Datadog Test Optimization
108+
if: github.event.pull_request.head.repo.full_name == github.repository
109+
uses: datadog/test-visibility-github-action@v2
110+
with:
111+
languages: java
112+
api_key: ${{ secrets.DATADOG_API_KEY }}
113+
site: datadoghq.eu
107114
- env:
108115
LEIN_PROFILES: ${{ matrix.lein-profile }}
109116
PDB_QUERY_OPTIMIZE_DROP_UNUSED_JOINS: ${{ matrix.drop-joins }}

0 commit comments

Comments
 (0)