mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -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
|
- name: Upload Coverage to GH-Actions
|
||||||
uses: actions/upload-artifact@v2.2.0
|
uses: actions/upload-artifact@v2.2.0
|
||||||
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: Tests Coverage Report
|
name: Tests Coverage Report
|
||||||
path: |
|
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
|
- name: Upload Static Analysis Report
|
||||||
uses: actions/upload-artifact@v2.2.0
|
uses: actions/upload-artifact@v2.2.0
|
||||||
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: Static Analysis Report
|
name: Static Analysis Report
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user