mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-07 16:13:58 +08:00
Capitalization in workflow/step display names
This commit is contained in:
8
.github/workflows/specflow.yml
vendored
8
.github/workflows/specflow.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user