Skip to content

Commit c34a9fb

Browse files
authored
Ensure changes in templates trigger tests for datadog-checks-dev (DataDog#22324)
* Ensure changes in templates trigger a change in datadog-checks-dev tests * Fix formatting
1 parent 4dc075d commit c34a9fb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pr-all-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Options
2929
context: "pr"
30-
30+
3131
secrets: inherit
3232

3333
save-event:

ddev/src/ddev/utils/scripts/ci_matrix.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
| pyproject\.toml
5252
| datadog_checks/[^/]+/data/metrics\.yaml
5353
| datadog_checks/snmp/data/default_profiles/.+
54+
# Add templates files from dcd to the list of testeable files to ensure template formatting
55+
# tests are not ignored and break on master
56+
| datadog_checks/dev/tooling/templates/configuration/.+yaml
5457
""",
5558
re.VERBOSE,
5659
)

0 commit comments

Comments
 (0)