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'