fix: disable upload-artifact (not available on self-hosted runner)
All checks were successful
CI / lint (push) Successful in 13s
CI / security (push) Successful in 10s
CI / test (push) Successful in 14s
CI / build (push) Successful in 43s

This commit is contained in:
Bruno Charest 2026-05-28 12:47:41 -04:00
parent a9a1730b8e
commit 7096050da5

View File

@ -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