Skip to content

Commit

Permalink
chore: 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 27b83bb commit 3815edd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
$passed = $total - $failures - $skipped
echo "total=$total" >> $GITHUB_ENV
echo "passed=$passed" >> $GITHUB_ENV
echo "failed=$failures" >> $GITHUB_ENV
echo "skipped=$skipped" >> $GITHUB_ENV
echo "total=$total" >> $GITHUB_OUTPUT
echo "passed=$passed" >> $GITHUB_OUTPUT
- name: Create badge
Expand Down

0 comments on commit 3815edd

Please sign in to comment.