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
|
||||
|
||||
- name: Upload coverage
|
||||
if: false # Disabled — needs external GitHub actions (not available on self-hosted runner)
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-report
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user