Capitalization in workflow/step display names

This commit is contained in:
Benedek Farkas
2025-09-19 10:59:17 +02:00
parent 8a1afeafb2
commit 7759803a49

View File

@@ -1,4 +1,4 @@
name: SpecFlow tests
name: SpecFlow Tests
# Compiles the solution and runs unit tests, as well the SpecFlow tests on the main development branches.
on:
@@ -23,7 +23,7 @@ jobs:
fi
compile:
name: SpecFlow tests
name: SpecFlow Tests
needs: define-matrix
runs-on: windows-2025
strategy:
@@ -34,12 +34,12 @@ jobs:
run:
shell: cmd
steps:
- name: Clone repository
- name: Clone Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ matrix.branch }}
- name: Restore NuGet packages
- name: Restore NuGet Packages
run: nuget restore src/Orchard.sln
- name: Add msbuild to PATH