From 18e214b639fe78de9c9c8f78673b2a7a97ce40e2 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Mon, 16 Oct 2023 11:13:58 -0700 Subject: [PATCH] [github-actions] add job summary to `size.yml` workflow (#9532) This commit uses `GITHUB_STEP_SUMMARY` to add a summary (in markdown format) to the GitHub action workflow `size.yml` runs. --- .github/workflows/size.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml index 792509fc6..f5b171cb5 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -67,3 +67,4 @@ jobs: export OT_SIZE_REPORTER=./size-report fi ./script/check-size + cat /tmp/ot-size-report/report_pr >> $GITHUB_STEP_SUMMARY