refactor: add matrix.dotnet-version name to github workflow .NET

This commit is contained in:
ikpil 2023-10-28 12:38:01 +09:00
parent 751d3a07a1
commit 6307efff7f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ on:
jobs:
build-and-test:
name: build-and-test-${{matrix.os}}
name: build-and-test-${{matrix.os}}-dotnet-${{matrix.dotnet-version}}
runs-on: ${{ matrix.os }}
strategy:
matrix: