We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399fc82 commit ac31dccCopy full SHA for ac31dcc
1 file changed
.github/workflows/test.yml
@@ -51,17 +51,17 @@ jobs:
51
make install
52
make test
53
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
+ - name: Upload pytest artifacts (if generated)
+ if: always()
+ uses: actions/upload-artifact@v4
+ with:
+ name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
+ path: |
+ .pytest_cache/
+ htmlcov/
+ .coverage
+ retention-days: 7
+ if-no-files-found: ignore
65
66
- name: Print test summary
67
if: always()
0 commit comments