Skip to content

Commit ac31dcc

Browse files
committed
wip
1 parent 399fc82 commit ac31dcc

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ jobs:
5151
make install
5252
make test
5353
54-
# - name: Upload pytest artifacts (if generated)
55-
# if: always() && (success() || failure())
56-
# uses: actions/upload-artifact@v4
57-
# with:
58-
# name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
59-
# path: |
60-
# .pytest_cache/
61-
# htmlcov/
62-
# .coverage
63-
# retention-days: 7
64-
# continue-on-error: true
54+
- name: Upload pytest artifacts (if generated)
55+
if: always()
56+
uses: actions/upload-artifact@v4
57+
with:
58+
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
59+
path: |
60+
.pytest_cache/
61+
htmlcov/
62+
.coverage
63+
retention-days: 7
64+
if-no-files-found: ignore
6565

6666
- name: Print test summary
6767
if: always()

0 commit comments

Comments
 (0)