Skip to content

Commit

Permalink
refactor: add matrix.dotnet-version name to github workflow .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Oct 28, 2023
1 parent 751d3a0 commit 6307eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6307eff

Please sign in to comment.