From 1bb1f8d61fb2f157290e014113589b69383798cd Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Wed, 27 Mar 2024 12:30:31 +0000 Subject: [PATCH] add metrics for scenarios --- .github/workflows/MLPipelinePullRequest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 8e59cc8..451b0a8 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -102,6 +102,8 @@ jobs: cat metrics/scenario_table.md >> report.md + echo "" >> report.md + echo "## Scenario metrics" >> report.md cat metrics/scenario_metrics.md >> report.md