Skip to content

Commit 077e221

Browse files
committed
Rename build job to "Build & Test" in CI, CD, and Build workflows
1 parent b52fdf7 commit 077e221

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Solution
1+
name: Build & Test
22

33
on:
44
workflow_call:

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
- 'No' # Do not add SSL certificate
3535
jobs:
3636
Builder:
37-
name: Build Solution
37+
name: Build & Test
3838
uses: ./.github/workflows/Build.yml
3939
secrets: inherit
4040

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
Builder:
16-
name: Build Solution
16+
name: Build & Test
1717
uses: ./.github/workflows/Build.yml
1818
secrets: inherit
1919

0 commit comments

Comments
 (0)