diff options
-rw-r--r-- | templates/tests/ci.jinja2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 965af1a..9245255 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -20,6 +20,9 @@ name: service-check parameters: DEVICE_TAGS: "{{ DEVICE_TAGS }}" +{% if "can" in DEVICE_TAGS %} +{% include 'tests/can.jinja2' %} +{% endif %} - test: timeout: |