Time reported as NaNms (original) (raw)
Describe the bug
Integrated it into my workflow, but the time shows as NaNms. One occurrence of time is correctly reported, but two others are NaN. See screenshot.
To Reproduce
Steps to reproduce the behavior:
Integrate like so:
- name: Run tests
run: |
pytest --verbose --junitxml=report.xml
- name: Publish Test Report
if: ${{ !cancelled() }}
uses: dorny/test-reporter@v2
with:
name: Pytest Results
path: report.xml
reporter: jest-junit
Expected behavior
The time is reported correctly in all places.
