Skip to content

Commit 0484e7f

Browse files
Back to trying the visibility script
1 parent 6a534b4 commit 0484e7f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/datadog_test_optimization.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,19 @@ jobs:
3535
matrix:
3636
os: [ubuntu-latest, windows-latest, macos-latest]
3737
runs-on: ${{ matrix.os }}
38-
services:
39-
datadog-agent:
40-
image: datadog/agent:latest
41-
ports:
42-
- 8126:8126
43-
env:
44-
DD_API_KEY: ${{ secrets.DD_API_KEY }}
45-
DD_HOSTNAME: "none"
46-
DD_INSIDE_CI: "true"
4738
steps:
4839
- name: Install Python
4940
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c
5041
with:
5142
python-version: 3.12
5243
- name: Checkout code
5344
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
45+
- name: Configure Datadog Test Optimization
46+
uses: datadog/test-visibility-github-action@v2
47+
with:
48+
languages: java
49+
api_key: ${{ secrets.DD_API_KEY }}
50+
site: datadoghq.com
5451
- name: Install requirements
5552
run: |
5653
python -m pip install .

0 commit comments

Comments
 (0)