Skip to content

Commit f51d75b

Browse files
committed
Check together.
1 parent 5891636 commit f51d75b

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

.github/workflows/_Checking_JobTemplates.yml

+27
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,30 @@ jobs:
291291
${{ fromJson(needs.PlatformTestingParams.outputs.artifact_names).codecoverage_xml }}-*
292292
${{ fromJson(needs.PlatformTestingParams.outputs.artifact_names).codecoverage_json }}-*
293293
${{ fromJson(needs.PlatformTestingParams.outputs.artifact_names).codecoverage_html }}-*
294+
295+
296+
297+
298+
299+
300+
301+
SimplePackage:
302+
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
303+
with:
304+
package_name: pyDummy
305+
codecov: true
306+
codacy: true
307+
dorny: true
308+
cleanup: false
309+
secrets: inherit
310+
311+
NamespacePackage:
312+
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
313+
with:
314+
package_namespace: pyExamples
315+
package_name: Extensions
316+
codecov: true
317+
codacy: true
318+
dorny: true
319+
secrets: inherit
320+

.github/workflows/_Checking_NamespacePackage_Pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Verification of Pipeline Templates (Namespace Package)
22

33
on:
4-
push:
5-
workflow_dispatch:
4+
# push:
5+
# workflow_dispatch:
66

77
jobs:
88
NamespacePackage:

.github/workflows/_Checking_SimplePackage_Pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Verification of Pipeline Templates (Simple Package)
22

33
on:
4-
push:
5-
workflow_dispatch:
4+
# push:
5+
# workflow_dispatch:
66

77
jobs:
88
SimplePackage:

0 commit comments

Comments
 (0)