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: |
|
run: |
|
||||||
pytest -q tests
|
pytest -q tests
|
||||||
|
|
||||||
- name: Upload test results (artifact)
|
# - name: Upload test results (artifact)
|
||||||
if: always()
|
# if: always()
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: pytest-results
|
# name: pytest-results
|
||||||
path: tests
|
# path: tests
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
|
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
|
||||||
|
|||||||
Reference in New Issue
Block a user