mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
see if this works
This commit is contained in:
parent
09ec0bc84d
commit
0c852ddca4
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -160,14 +160,14 @@ jobs:
|
||||
--python ${{ steps.setup-python.outputs.python-version }} \
|
||||
--dev \
|
||||
--frozen \
|
||||
pytest
|
||||
pytest --junitxml=junit-${{ steps.setup-python.outputs.python-version }}.xml
|
||||
-
|
||||
name: Upload backend test results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: backend-test-results
|
||||
path: junit.xml
|
||||
path: junit-${{ steps.setup-python.outputs.python-version }}.xml
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
-
|
||||
|
Loading…
x
Reference in New Issue
Block a user