Skip to content

Commit

Permalink
Update stryker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barzin144 authored Jul 2, 2024
1 parent b4480c9 commit 339ac7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stryker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,18 @@ jobs:
with:
dotnet-version: ${{ steps.default_values.outputs.dotnet_version }}
- name: Stryker mutator
id: stryker
run: |
export PATH="$PATH:$HOME/.dotnet/tools"
dotnet tool install -g dotnet-stryker
dotnet stryker -O ./reports
echo "::set-output name=STRYKER_RESULT::$(dotnet stryker -O ./reports)"
- name: Upload report
uses: actions/upload-artifact@v4
with:
name: page
path: ${{ github.workspace }}/reports
- name: Job summary
run: echo "Stryker ${{ steps.stryker.outputs.STRYKER_RESULT }}" >> $GITHUB_STEP_SUMMARY
- name: Create Awesome Badge
uses: schneegans/dynamic-badges-action@v1.7.0
with:
Expand Down

0 comments on commit 339ac7d

Please sign in to comment.