From 7096050da526f856a757a4b87b8c7f4e739d74b1 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Thu, 28 May 2026 12:47:41 -0400 Subject: [PATCH] fix: disable upload-artifact (not available on self-hosted runner) --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5cecc4e..9c01014 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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