Skip to content

Commit

Permalink
Update stryker html report path
Browse files Browse the repository at this point in the history
  • Loading branch information
fangdatto committed Aug 5, 2024
1 parent b42fe65 commit 3b3976f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
testProject: "Solution/TestPalindrome/" # required
breakAt: "75" # Optional

- name: Html-Report
- name: Stryker-Html-Report
uses: actions/upload-artifact@v3
with:
name: html-report
path: ${{github.workspace}}/Solution/StrykerOutput/**/**/*.html
path: ${{github.workspace}}/Solution/TestPalindrome/StrykerOutput/**/**/*.html

Release-Build:

Expand Down

0 comments on commit 3b3976f

Please sign in to comment.