mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-03 11:29:28 -05:00
Ok, maybe not cancelled
This commit is contained in:
parent
67e4214c23
commit
f1bf3da8c4
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -290,7 +290,6 @@ jobs:
|
|||||||
tests-data-upload:
|
tests-data-upload:
|
||||||
name: "Upload test status to Codecov"
|
name: "Upload test status to Codecov"
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: ${{ !cancelled() }}
|
|
||||||
needs:
|
needs:
|
||||||
- tests-backend
|
- tests-backend
|
||||||
- tests-frontend
|
- tests-frontend
|
||||||
@ -307,7 +306,6 @@ jobs:
|
|||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
-
|
-
|
||||||
name: Upload frontend test results to Codecov
|
name: Upload frontend test results to Codecov
|
||||||
if: ${{ !cancelled() }}
|
|
||||||
uses: codecov/test-results-action@v1
|
uses: codecov/test-results-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
@ -321,7 +319,6 @@ jobs:
|
|||||||
path: src/
|
path: src/
|
||||||
-
|
-
|
||||||
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
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user