We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5134d11 commit 9455da2Copy full SHA for 9455da2
.github/workflows/main.yml
@@ -104,6 +104,13 @@ jobs:
104
~/Library/Caches/Homebrew
105
- name: Gather inital host info
106
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
114
- env:
115
LEIN_PROFILES: ${{ matrix.lein-profile }}
116
PDB_QUERY_OPTIMIZE_DROP_UNUSED_JOINS: ${{ matrix.drop-joins }}
0 commit comments