Skip to content

Commit 6e0c7cd

Browse files
committed
ci(reuseable-ci-checks): make useable in branch checks
1 parent 0c6d40f commit 6e0c7cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Build Package
3636
# Build Solution useing package
37-
solution-build:
37+
reuseable-ci-checks-solution-build:
3838
name: Check Solution Builds
3939
runs-on: ubuntu-latest
4040
continue-on-error: ${{ inputs.runall }}
@@ -91,7 +91,7 @@ jobs:
9191
/p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION
9292
9393
94-
branch-name-check:
94+
reuseable-ci-checks-branch-name-check:
9595
name: Enforce Branch Name Convention
9696
if: success() || failure()
9797
continue-on-error: ${{ inputs.runall }}
@@ -115,7 +115,7 @@ jobs:
115115
fi
116116
117117

118-
commitlint:
118+
reuseable-ci-checks-commitlint:
119119
runs-on: ubuntu-latest
120120
if: success() || failure()
121121
continue-on-error: ${{ inputs.runall }}
@@ -131,7 +131,7 @@ jobs:
131131
configFile: .commitlintrc.json
132132

133133

134-
Unit-Tests:
134+
reuseable-ci-checks-Unit-Tests:
135135
runs-on: ubuntu-latest
136136
if: success() || failure()
137137
continue-on-error: ${{ inputs.runall }}
@@ -143,7 +143,7 @@ jobs:
143143

144144

145145

146-
E2E-Tests:
146+
reuseable-ci-checks-E2E-Tests:
147147
runs-on: ubuntu-latest
148148
if: success() || failure()
149149
continue-on-error: ${{ inputs.runall }}
@@ -154,7 +154,7 @@ jobs:
154154
run: echo " See other project pipeline for Tests this is a placeholder"
155155

156156

157-
Code-Coverage:
157+
reuseable-ci-checks-Code-Coverage:
158158
runs-on: ubuntu-latest
159159
if: success() || failure()
160160
continue-on-error: ${{ inputs.runall }}
@@ -165,7 +165,7 @@ jobs:
165165
run: echo " See other project pipeline for Tests this is a placeholder"
166166

167167

168-
Check-For-Fails:
168+
reuseable-ci-checks-Check-For-Fails:
169169
name: Check for failures
170170
if: ${{ inputs.runall }}
171171
needs:

0 commit comments

Comments
 (0)