send the test results to the place circleci expects for processing

This commit is contained in:
Jean-Paul Calderone 2023-08-08 09:14:06 -04:00
parent 3f37f9aee5
commit b03cf0b37b

View File

@ -195,6 +195,9 @@ jobs:
command: |
Get-Content -Path test-results.subunit2 -Raw | subunit2junitxml | Out-File -FilePath test-results.xml
- "store_test_results:
path: "test-results.xml"
- "store_artifacts":
path: "test-results.xml"