Remove commented-out section for uploading test results in CI workflow
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user