We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bddf35 commit 5839198Copy full SHA for 5839198
.github/workflows/ci.yml
@@ -166,12 +166,12 @@ jobs:
166
shell: pwsh
167
run: dotnet run/build.dll --target=Test --dotnet_target=${{ matrix.targetFramework }}
168
169
- -
170
- name: Test Summary
171
- uses: test-summary/action@v1
172
- with:
173
- paths: artifacts/test-results/*.results.xml
174
- if: always()
+ # -
+ # name: Test Summary
+ # uses: test-summary/action@v1
+ # with:
+ # paths: artifacts/test-results/*.results.xml
+ # if: always()
175
176
artifacts_windows_test:
177
name: Test artifacts on windows
0 commit comments