We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430034a commit 084f8c8Copy full SHA for 084f8c8
.github/workflows/Steeltoe.All.yml
@@ -103,11 +103,6 @@ jobs:
103
# - name: Test (net9.0) (memory dumps)
104
# run: dotnet test ${{ env.SOLUTION_FILE }} --filter "Category=MemoryDumps" --framework net9.0 ${{ env.COMMON_TEST_ARGS }}
105
106
- - name: List directory with recorded dumps (on failure)
107
- if: ${{ failure() }}
108
- shell: bash
109
- run: find ${{ github.workspace }}/dumps -type f
110
-
111
- name: Upload crash/hang dumps (on failure)
112
if: ${{ failure() }}
113
uses: actions/upload-artifact@v4
src/Common/test/Common.Test/TryTestFailures.cs
0 commit comments