We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64262b9 commit 88231cbCopy full SHA for 88231cb
.github/workflows/TestCosmos.yaml
@@ -35,7 +35,8 @@ jobs:
35
shell: cmd
36
37
- name: Publish Test Results
38
- uses: EnricoMi/publish-unit-test-result-action/composite@v2
+ uses: actions/upload-artifact@v3
39
if: always()
40
with:
41
- xunit_files: "artifacts/TestResults/**/*.xml"
+ name: test-results
42
+ path: "artifacts/TestResults/**/*.xml"
0 commit comments