We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944bdaa commit 6a534b4Copy full SHA for 6a534b4
.github/workflows/datadog_test_optimization.yml
@@ -31,6 +31,10 @@ env:
31
32
jobs:
33
test-optimization:
34
+ strategy:
35
+ matrix:
36
+ os: [ubuntu-latest, windows-latest, macos-latest]
37
+ runs-on: ${{ matrix.os }}
38
services:
39
datadog-agent:
40
image: datadog/agent:latest
@@ -40,10 +44,6 @@ jobs:
44
DD_API_KEY: ${{ secrets.DD_API_KEY }}
41
45
DD_HOSTNAME: "none"
42
46
DD_INSIDE_CI: "true"
43
- strategy:
- matrix:
- os: [ubuntu-latest, windows-latest, macos-latest]
- runs-on: ${{ matrix.os }}
47
steps:
48
- name: Install Python
49
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c
0 commit comments