mirror of https://github.com/eyhc1/rendercv.git
continue on pytest errors
This commit is contained in:
parent
2644562a95
commit
b12dbf6d6b
|
@ -39,6 +39,7 @@ jobs:
|
|||
run: |
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue