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 22, 2024
1 parent 8c23018 commit e371255
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ghc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ jobs:
shell: bash
run: ./scripts/pipeline.sh

- name: Report results
shell: bash
run: |
printf "<details><summary>Report</summary>" >> $GITHUB_STEP_SUMMARY
cat report/index.html >> $GITHUB_STEP_SUMMARY
printf "</details>" >> $GITHUB_STEP_SUMMARY
docs:
needs: pipeline
if: ${{ github.ref_name == 'master' }}
Expand Down

0 comments on commit e371255

Please sign in to comment.