mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Update ci.yml
This commit is contained in:
parent
c20372b98f
commit
72b4f7bb54
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -308,8 +308,7 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: >-
|
if: >-
|
||||||
always() &&
|
always() &&
|
||||||
(needs.tests-backend.result == 'failure' || needs.tests-backend.result == 'success') &&
|
(needs.tests-backend.result == 'failure' || needs.tests-backend.result == 'success')
|
||||||
(needs.tests-frontend.result == 'failure' || needs.tests-frontend.result == 'success')
|
|
||||||
needs:
|
needs:
|
||||||
- tests-backend
|
- tests-backend
|
||||||
steps:
|
steps:
|
||||||
@ -317,7 +316,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# Results
|
# Results
|
||||||
-
|
-
|
||||||
name: Download backend test results
|
name: Download backend test results artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: src/
|
path: src/
|
||||||
@ -332,7 +331,7 @@ jobs:
|
|||||||
directory: src/
|
directory: src/
|
||||||
# Coverage
|
# Coverage
|
||||||
-
|
-
|
||||||
name: Download backend coverage
|
name: Download backend coverage artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: backend-coverage-report
|
name: backend-coverage-report
|
||||||
|
Loading…
x
Reference in New Issue
Block a user