Skip to content

Commit 6a534b4

Browse files
Move the agent into the os matrix
1 parent 944bdaa commit 6a534b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/datadog_test_optimization.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ env:
3131

3232
jobs:
3333
test-optimization:
34+
strategy:
35+
matrix:
36+
os: [ubuntu-latest, windows-latest, macos-latest]
37+
runs-on: ${{ matrix.os }}
3438
services:
3539
datadog-agent:
3640
image: datadog/agent:latest
@@ -40,10 +44,6 @@ jobs:
4044
DD_API_KEY: ${{ secrets.DD_API_KEY }}
4145
DD_HOSTNAME: "none"
4246
DD_INSIDE_CI: "true"
43-
strategy:
44-
matrix:
45-
os: [ubuntu-latest, windows-latest, macos-latest]
46-
runs-on: ${{ matrix.os }}
4747
steps:
4848
- name: Install Python
4949
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c

0 commit comments

Comments
 (0)