Skip to content

Commit 8928595

Browse files
FIx
1 parent 851ae46 commit 8928595

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/Workflow-Test-Default-CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
WorkflowTestCDDefault:
20-
uses: ./.github/workflows/workflow.yml
20+
uses: ./.github/workflows/CD.yml
2121
secrets: inherit
2222
with:
2323
Name: PSModuleTest

.github/workflows/Workflow-Test-Default-CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ permissions:
1515

1616
jobs:
1717
WorkflowTestCIDefault:
18-
uses: ./.github/workflows/workflow.yml
18+
uses: ./.github/workflows/CI.yml
1919
secrets: inherit
2020
with:
2121
Name: PSModuleTest
2222
Path: tests/src
2323
ModulesOutputPath: tests/outputs/modules
2424
DocsOutputPath: tests/outputs/docs
25-
TestProcess: true
2625
SkipTests: Module

.github/workflows/Workflow-Test-WithManifest-CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
WorkflowTestCDWithManifest:
20-
uses: ./.github/workflows/workflow.yml
20+
uses: ./.github/workflows/CD.yml
2121
secrets: inherit
2222
with:
2323
Name: PSModuleTest

.github/workflows/Workflow-Test-WithManifest-CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ permissions:
1515

1616
jobs:
1717
WorkflowTestCIWithManifest:
18-
uses: ./.github/workflows/workflow.yml
18+
uses: ./.github/workflows/CI.yml
1919
secrets: inherit
2020
with:
2121
Name: PSModuleTest
2222
Path: tests/srcWithManifest
2323
ModulesOutputPath: tests/outputs/modules
2424
DocsOutputPath: tests/outputs/docs
25-
TestProcess: true
2625
SkipTests: Desktop, Linux

0 commit comments

Comments
 (0)