Skip to content

Commit

Permalink
feat(ci, report): generate a job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Mar 23, 2024
1 parent 303dc25 commit 321eaee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ghc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 321eaee

Please sign in to comment.