fix: disable upload-artifact (not available on self-hosted runner)
This commit is contained in:
parent
a9a1730b8e
commit
7096050da5
@ -53,6 +53,7 @@ jobs:
|
|||||||
run: pytest tests/ --cov=backend --cov-report=xml --cov-report=term -q
|
run: pytest tests/ --cov=backend --cov-report=xml --cov-report=term -q
|
||||||
|
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
|
if: false # Disabled — needs external GitHub actions (not available on self-hosted runner)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: coverage-report
|
name: coverage-report
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user