continue on pytest errors

This commit is contained in:
Sina Atalay 2023-10-12 18:37:20 +02:00
parent 2644562a95
commit b12dbf6d6b
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
run: | run: |
pip install pytest pytest-cov pip install pytest pytest-cov
pytest --cov-report html --cov="." tests/ pytest --cov-report html --cov="." tests/
continue-on-error: true
- name: Upload artifacts - name: Upload artifacts
if: ${{matrix.os == 'windows-latest' && matrix.python-version == '3.10'}} if: ${{matrix.os == 'windows-latest' && matrix.python-version == '3.10'}}
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3