Skip to content

Commit 5839198

Browse files
committed
disable test-summary action on support branch
1 parent 9bddf35 commit 5839198

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ jobs:
166166
shell: pwsh
167167
run: dotnet run/build.dll --target=Test --dotnet_target=${{ matrix.targetFramework }}
168168

169-
-
170-
name: Test Summary
171-
uses: test-summary/action@v1
172-
with:
173-
paths: artifacts/test-results/*.results.xml
174-
if: always()
169+
# -
170+
# name: Test Summary
171+
# uses: test-summary/action@v1
172+
# with:
173+
# paths: artifacts/test-results/*.results.xml
174+
# if: always()
175175

176176
artifacts_windows_test:
177177
name: Test artifacts on windows

0 commit comments

Comments
 (0)