From 03f26d7ac1da81746161106d0532709e539323c1 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Wed, 22 Oct 2025 17:14:53 +0200 Subject: [PATCH] Remove commented-out section for uploading test results in CI workflow --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9beb5df..6cff776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,12 +39,12 @@ jobs: run: | pytest -q tests - - name: Upload test results (artifact) - if: always() - uses: actions/upload-artifact@v4 - with: - name: pytest-results - path: tests + # - name: Upload test results (artifact) + # if: always() + # uses: actions/upload-artifact@v4 + # with: + # name: pytest-results + # path: tests build-image: if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'