Skip to content

Commit

Permalink
Gave better labels to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Jul 28, 2024
1 parent 2d00822 commit fd22f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
MSBUILDDISABLENODEREUSE: '1' # Stops MSBuild from locking MSBuild nuget package
jobs:
build:
name: Build
name: Build | All
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
run: dotnet test src\SourceGenerator.Foundations.sln

test:
name: Test
name: Test | ${{ matrix.project.name }}
runs-on: windows-latest
needs: build
strategy:
Expand All @@ -48,7 +48,7 @@ jobs:
run: dotnet test src\${{ matrix.project.path }}${{ matrix.project.name }}\${{ matrix.project.name }}.csproj

publish:
name: Publish
name: Publish | ${{ matrix.project.name }}
runs-on: windows-latest
needs:
- test
Expand Down

0 comments on commit fd22f72

Please sign in to comment.