From 88231cb75ac9c0e78b0c64ad2c04ed0e74fb10a3 Mon Sep 17 00:00:00 2001 From: AndriySvyryd Date: Tue, 9 Aug 2022 15:31:17 -0700 Subject: [PATCH] Upload test results --- .github/workflows/TestCosmos.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TestCosmos.yaml b/.github/workflows/TestCosmos.yaml index ad7980b15ca..f80f0d89528 100644 --- a/.github/workflows/TestCosmos.yaml +++ b/.github/workflows/TestCosmos.yaml @@ -35,7 +35,8 @@ jobs: shell: cmd - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action/composite@v2 + uses: actions/upload-artifact@v3 if: always() with: - xunit_files: "artifacts/TestResults/**/*.xml" + name: test-results + path: "artifacts/TestResults/**/*.xml"