Skip to content

Commit ec1e5a0

Browse files
committed
Casing for job step names
1 parent d63724c commit ec1e5a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/access-token-management-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ defaults:
3030

3131
jobs:
3232
build:
33+
name: Build
3334
runs-on: ubuntu-latest
3435

3536
steps:
@@ -52,7 +53,7 @@ jobs:
5253
uses: dorny/test-reporter@v1
5354
if: success() || failure() # run this step even if previous step failed
5455
with:
55-
name: test results
56+
name: Test results
5657
path: access-token-management/test/AccessTokenManagement.Tests/TestResults/Test.trx
5758
reporter: dotnet-trx
5859
fail-on-error: true

0 commit comments

Comments
 (0)