mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-20 10:23:30 -04:00
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:
commit
8ac42c737a
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
@ -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: |
|
||||
|
1
.github/workflows/pull_request.yml
vendored
1
.github/workflows/pull_request.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user