Remove commented-out section for uploading test results in CI workflow
Some checks failed
CI / test (3.11) (push) Successful in 9m24s
CI / build-image (push) Failing after 1m2s

This commit is contained in:
2025-10-22 17:14:53 +02:00
parent 4cefd4e3ab
commit 03f26d7ac1

View File

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