Skip to content

Commit 89ed2d6

Browse files
committed
CI: test datadog integration
1 parent 7dcb38f commit 89ed2d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ 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: int128/datadog-actions-metrics@v1
110+
with:
111+
datadog-api-key: ${{ secrets.DATADOG_API_KEY }}
112+
datadog-site: datadoghq.eu
107113
- env:
108114
LEIN_PROFILES: ${{ matrix.lein-profile }}
109115
PDB_QUERY_OPTIMIZE_DROP_UNUSED_JOINS: ${{ matrix.drop-joins }}

0 commit comments

Comments
 (0)