debug ubuntu tests

This commit is contained in:
Sina Atalay
2023-10-12 19:52:57 +02:00
parent 7d233271dc
commit 57bdce86a0
2 changed files with 7 additions and 3 deletions

View File

@@ -39,6 +39,13 @@ jobs:
run: |
pip install pytest pytest-cov
pytest --cov-report html --cov="." tests/
continue-on-error: true
- name: Upload artifacts
if: ${{matrix.os == 'ubuntu-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: |