FIXUP! fix diagrame parsing issue
This commit is contained in:
parent
17ae041792
commit
b918e0444b
@ -33,9 +33,9 @@ flowchart TB
|
|||||||
end
|
end
|
||||||
|
|
||||||
subgraph Artifacts
|
subgraph Artifacts
|
||||||
REP[reports/report.html]\nreports/junit.xml
|
REP[reports/report.html<br/>reports/junit.xml]
|
||||||
YAML[config/*.yaml]\n(babylin.example.yaml, test_config.yaml)
|
YAML[config/*.yaml<br/>(babylin.example.yaml, test_config.yaml)]
|
||||||
DLL[vendor/babylin/BabyLIN.dll]
|
SDK[vendor/BabyLIN_library.py<br/>platform-specific libs]
|
||||||
end
|
end
|
||||||
|
|
||||||
T --> CF
|
T --> CF
|
||||||
@ -47,7 +47,7 @@ flowchart TB
|
|||||||
PL --> REP
|
PL --> REP
|
||||||
|
|
||||||
CFG --> YAML
|
CFG --> YAML
|
||||||
BABY --> DLL
|
BABY --> SDK
|
||||||
T --> REP
|
T --> REP
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user