Skip to content

Commit

Permalink
GHI #20 Go into git repo to execute git command
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Dec 23, 2023
1 parent 1723378 commit 5b1ff58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ jobs:
- name: Publish Coverage in Job Summary
run: |
cd ./patomic
sha="$(git rev-parse HEAD)"
cd ..
echo "Results for commit [${sha::8}](${{ github.server_url }}/${{ github.repository }}/commit/${sha})" >> ./patomic.md
echo "$(cat ./patomic.md)" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 5b1ff58

Please sign in to comment.