Skip to content

Commit dd951ea

Browse files
fix(ci): resolve issue with table rendering (#1565)
fix(ci): e2e Nightly End-to-End tests report Signed-off-by: Nikita Korolev <[email protected]>
1 parent 1a025d0 commit dd951ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_e2e_tests_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
markdown_table=""
4646
4747
header="| CSI | Status | Passed | Failed | Pending | Skipped | Date | Time | Branch|\n"
48-
separator="|---|---|---|---|---|---|---|---|\n"
48+
separator="|---|---|---|---|---|---|---|---|---|\n"
4949
5050
markdown_table+="$header"
5151
markdown_table+="$separator"

0 commit comments

Comments
 (0)