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 581733b commit 1ca8d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
git config --global user.name "github-actions"
git config --global user.email "github-actions@github.com"
rm -f badges/tests-badge.svg
rm ./badges/tests-badge.svg
mv tests-badge.svg badges/tests-badge.svg
git add badges/tests-badge.svg
git commit -m "Update test results badge [skip ci]"
Expand Down

0 comments on commit 1ca8d09

Please sign in to comment.