Skip to content

Commit f7cee9f

Browse files
authored
Fix step name (#1522)
1 parent d306c94 commit f7cee9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/component-shared-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Test (net9.0)
9191
run: dotnet test ${{ env.SolutionFile }} --framework net9.0 ${{ env.SkipFilterWithoutMemoryDumps }} ${{ env.CommonTestArgs }}
9292

93-
- name: dotnet test net9.0 (memory dumps)
93+
- name: Test (net9.0) (memory dumps)
9494
if: ${{ inputs.component == 'Management' }}
9595
run: dotnet test ${{ env.SolutionFile }} --framework net9.0 ${{ env.SkipFilterWithMemoryDumps }} ${{ env.CommonTestArgs }}
9696

0 commit comments

Comments
 (0)