ansible-playbook-grapher/tests/job-summary.md.j2

15 lines
295 B
Text
Raw Normal View History

## 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 %}