We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2792b91 commit a8483e7Copy full SHA for a8483e7
.github/workflows/component-configuration.yml
@@ -82,3 +82,11 @@ jobs:
82
with:
83
name: TestResults-${{ env.OS }}
84
path: '**/*.trx'
85
+
86
+ - name: Report test results
87
+ uses: dorny/test-reporter@v2
88
+ with:
89
+ artifact: TestResults-${{ inputs.OS }}
90
+ name: ${{ inputs.OS }} test results
91
+ reporter: dotnet-trx
92
+ path: '*.trx'
.github/workflows/component-shared-workflow.yml
@@ -74,3 +74,11 @@ jobs:
74
75
name: TestResults-${{ inputs.OS }}
76
77
78
79
80
81
0 commit comments