File tree Expand file tree Collapse file tree 4 files changed +62
-6
lines changed Expand file tree Collapse file tree 4 files changed +62
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Workflow-Test [Default]
1
+ name : Workflow-Test CD [Default]
2
2
3
- run-name : " Workflow-Test [Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
3
+ run-name : " Workflow-Test CD [Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4
4
5
5
on : [pull_request]
6
6
@@ -16,7 +16,7 @@ permissions:
16
16
id-token : write
17
17
18
18
jobs :
19
- WorkflowTestDefault :
19
+ WorkflowTestCDDefault :
20
20
uses : ./.github/workflows/workflow.yml
21
21
secrets : inherit
22
22
with :
Original file line number Diff line number Diff line change
1
+ name : Workflow-Test CI [Default]
2
+
3
+ run-name : " Workflow-Test CI [Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4
+
5
+ on : [pull_request]
6
+
7
+ concurrency :
8
+ group : ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress : true
10
+
11
+ permissions :
12
+ contents : write
13
+ pull-requests : write
14
+ statuses : write
15
+ pages : write
16
+ id-token : write
17
+
18
+ jobs :
19
+ WorkflowTestCIDefault :
20
+ uses : ./.github/workflows/workflow.yml
21
+ secrets : inherit
22
+ with :
23
+ Name : PSModuleTest
24
+ Path : tests/src
25
+ ModulesOutputPath : tests/outputs/modules
26
+ DocsOutputPath : tests/outputs/docs
27
+ TestProcess : true
28
+ SkipTests : Module
Original file line number Diff line number Diff line change 1
- name : Workflow-Test [WithManifest]
1
+ name : Workflow-Test CD [WithManifest]
2
2
3
- run-name : " Workflow-Test [WithManifest] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
3
+ run-name : " Workflow-Test CD [WithManifest] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4
4
5
5
on : [pull_request]
6
6
@@ -16,7 +16,7 @@ permissions:
16
16
id-token : write
17
17
18
18
jobs :
19
- WorkflowTestWithManifest :
19
+ WorkflowTestCDWithManifest :
20
20
uses : ./.github/workflows/workflow.yml
21
21
secrets : inherit
22
22
with :
Original file line number Diff line number Diff line change
1
+ name : Workflow-Test CI [WithManifest]
2
+
3
+ run-name : " Workflow-Test CI [WithManifest] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4
+
5
+ on : [pull_request]
6
+
7
+ concurrency :
8
+ group : ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress : true
10
+
11
+ permissions :
12
+ contents : write
13
+ pull-requests : write
14
+ statuses : write
15
+ pages : write
16
+ id-token : write
17
+
18
+ jobs :
19
+ WorkflowTestCIWithManifest :
20
+ uses : ./.github/workflows/workflow.yml
21
+ secrets : inherit
22
+ with :
23
+ Name : PSModuleTest
24
+ Path : tests/srcWithManifest
25
+ ModulesOutputPath : tests/outputs/modules
26
+ DocsOutputPath : tests/outputs/docs
27
+ TestProcess : true
28
+ SkipTests : Desktop, Linux
You can’t perform that action at this time.
0 commit comments