don't upload artifacts

This commit is contained in:
Sina Atalay 2023-10-12 19:01:58 +02:00
parent db99805085
commit fa7269fc85
1 changed files with 0 additions and 6 deletions

View File

@ -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: |