Merge pull request #2506 from s-ayush2903/ci/s-ayush2903/#2504-upload-reports-to-actions-even-on-failure

CI: Upload Reports to GH Actions even on check failures
This commit is contained in:
Seán Mac Gillicuddy 2020-11-19 11:16:19 +00:00 committed by GitHub
commit 8ac42c737a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ jobs:
- name: Upload Coverage to GH-Actions
uses: actions/upload-artifact@v2.2.0
if: ${{ always() }}
with:
name: Tests Coverage Report
path: |

View File

@ -18,6 +18,7 @@ jobs:
- name: Upload Static Analysis Report
uses: actions/upload-artifact@v2.2.0
if: ${{ always() }}
with:
name: Static Analysis Report
path: |