Skip to content

Commit 88231cb

Browse files
committed
Upload test results
1 parent 64262b9 commit 88231cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/TestCosmos.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
shell: cmd
3636

3737
- name: Publish Test Results
38-
uses: EnricoMi/publish-unit-test-result-action/composite@v2
38+
uses: actions/upload-artifact@v3
3939
if: always()
4040
with:
41-
xunit_files: "artifacts/TestResults/**/*.xml"
41+
name: test-results
42+
path: "artifacts/TestResults/**/*.xml"

0 commit comments

Comments
 (0)