mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: backend-test-results
|
||||
name: backend-test-results-${{ steps.setup-python.outputs.python-version }}
|
||||
path: junit-${{ steps.setup-python.outputs.python-version }}.xml
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
@ -319,8 +319,9 @@ jobs:
|
||||
name: Download backend test results
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: backend-test-results
|
||||
path: src/
|
||||
pattern: backend-test-results-*
|
||||
merge-multiple: true
|
||||
-
|
||||
name: Upload backend test results to Codecov
|
||||
uses: codecov/test-results-action@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user