Skip to content

Commit

Permalink
Casing for job step names
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Oct 6, 2024
1 parent d63724c commit ec1e5a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/access-token-management-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ defaults:

jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
Expand All @@ -52,7 +53,7 @@ jobs:
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: test results
name: Test results
path: access-token-management/test/AccessTokenManagement.Tests/TestResults/Test.trx
reporter: dotnet-trx
fail-on-error: true
Expand Down

0 comments on commit ec1e5a0

Please sign in to comment.