From 22f2fe3303017ca903344a21254846a8982992ce 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 4b8240bac..0ecf4f873 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' }}