From 0fe19513ccd4315529ecf630e2508252f9e37d7d Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Sat, 23 Mar 2024 18:07:20 +0300 Subject: [PATCH] feat(ci, report): generate a job summary --- .github/workflows/ghc.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ghc.yml b/.github/workflows/ghc.yml index 4b8240ba..0ecf4f87 100644 --- a/.github/workflows/ghc.yml +++ b/.github/workflows/ghc.yml @@ -75,6 +75,11 @@ jobs: shell: bash run: ./scripts/pipeline.sh + - name: Report results + shell: bash + run: | + cat report/report.md >> $GITHUB_STEP_SUMMARY + docs: needs: pipeline if: ${{ github.ref_name == 'master' }}