mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-15 10:13:15 -05:00
Update ci.yml
This commit is contained in:
parent
0c852ddca4
commit
8633f2fe45
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -166,7 +166,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: backend-test-results
|
name: backend-test-results-${{ steps.setup-python.outputs.python-version }}
|
||||||
path: junit-${{ steps.setup-python.outputs.python-version }}.xml
|
path: junit-${{ steps.setup-python.outputs.python-version }}.xml
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
@ -319,8 +319,9 @@ jobs:
|
|||||||
name: Download backend test results
|
name: Download backend test results
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: backend-test-results
|
|
||||||
path: src/
|
path: src/
|
||||||
|
pattern: backend-test-results-*
|
||||||
|
merge-multiple: true
|
||||||
-
|
-
|
||||||
name: Upload backend test results to Codecov
|
name: Upload backend test results to Codecov
|
||||||
uses: codecov/test-results-action@v1
|
uses: codecov/test-results-action@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user