Skip to content

Commit fd22f72

Browse files
committed
Gave better labels to the tests
1 parent 2d00822 commit fd22f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
MSBUILDDISABLENODEREUSE: '1' # Stops MSBuild from locking MSBuild nuget package
1414
jobs:
1515
build:
16-
name: Build
16+
name: Build | All
1717
runs-on: windows-latest
1818
steps:
1919
- uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet test src\SourceGenerator.Foundations.sln
2828

2929
test:
30-
name: Test
30+
name: Test | ${{ matrix.project.name }}
3131
runs-on: windows-latest
3232
needs: build
3333
strategy:
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet test src\${{ matrix.project.path }}${{ matrix.project.name }}\${{ matrix.project.name }}.csproj
4949

5050
publish:
51-
name: Publish
51+
name: Publish | ${{ matrix.project.name }}
5252
runs-on: windows-latest
5353
needs:
5454
- test

0 commit comments

Comments
 (0)