Skip to content

Commit

Permalink
Always attempt to upload mutation report (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Mar 23, 2023
1 parent 36ceee0 commit e82485d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
flags: ${{ matrix.os_name }}

- name: Upload Mutation Report
if: always()
uses: actions/upload-artifact@v3
with:
name: mutation-report-${{ matrix.os_name }}
Expand Down

0 comments on commit e82485d

Please sign in to comment.