File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 with :
4343 path : |
4444 ${{ runner.os == 'macOS' && '~/Library/Caches/uv' || '~/.cache/uv' }}
45- key : uv-${{ runner.os }}-${{ hashFiles('uv.lock', 'pyproject.toml' ) }}
45+ key : uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
4646 restore-keys : |
4747 uv-${{ runner.os }}-
4848
@@ -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()
You can’t perform that action at this time.
0 commit comments