mirror of https://github.com/eyhc1/rendercv.git
don't upload artifacts
This commit is contained in:
parent
db99805085
commit
fa7269fc85
|
@ -40,12 +40,6 @@ jobs:
|
|||
pip install pytest pytest-cov
|
||||
pytest --cov-report html --cov="." tests/
|
||||
continue-on-error: true
|
||||
- name: Upload artifacts
|
||||
if: ${{matrix.os == 'windows-latest' && matrix.python-version == '3.10'}}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: reference_files
|
||||
path: ./tests/reference_files
|
||||
- name: Upload coverage data to smokeshow
|
||||
if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'}} # upload coverage once
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue