ansible-playbook-grapher/tests/job-summary.md.j2
Mohamed El Mouctar Haidara 389e6ffda3
Initial support for mermaidjs (#144)
Co-authored-by: haidaraM <haidaraM@users.noreply.github.com>
2023-05-13 14:41:07 +02:00

14 lines
295 B
Django/Jinja

## Generated Mermaid files
This is the list of all the mermaid graph generated by the tests.
**Note:** It doesn't match the generated SVGs graphs yet in the artifacts.
{% for file in files -%}
### {{ file.name }} - {{ matrix_job_identifier }}
```mermaid
{{ file.content }}
```
{% endfor %}