Skip to content

Commit

Permalink
Update test results badge path in dotnetcore.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Puchaczov committed Jun 22, 2024
1 parent 1ca8d09 commit 385830b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
echo "passed=$passed" >> $GITHUB_OUTPUT
- name: Create badge
if: "!contains(github.event.head_commit.message, '[skip ci]')"
shell: bash
run: |
curl -o tests-badge.svg "https://img.shields.io/badge/tests-${{ steps.parse.outputs.total }}%20%2F%20${{ steps.parse.outputs.passed }}-green"
- name: Commit badge
Expand Down

0 comments on commit 385830b

Please sign in to comment.