1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

Improve report

This commit is contained in:
Sadra Barikbin 2024-01-06 23:50:58 +03:30 committed by Mike Gerber
parent f4ff6a8f31
commit 967f833eac
2 changed files with 5 additions and 5 deletions

View file

@ -49,10 +49,10 @@ jobs:
- name: Test
run: |
cd src
python3 -m pytest --junitxml=../junit.xml -o junit_family=legacy
python3 -m pytest --junitxml=../${{matrix.python-version}}-junit.xml -o junit_family=legacy
- name: Upload test results
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: test-results-${{matrix.python-version}}
path: junit.xml
path: ${{matrix.python-version}}-junit.xml