From b03cf0b37b5ca2dbe443aee2c142b8d6ddd4d295 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 8 Aug 2023 09:14:06 -0400 Subject: [PATCH] send the test results to the place circleci expects for processing --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1946c9346..e8815842e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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"