Skip to content

Commit 8a0e128

Browse files
🩹 [CI]: Remove SkipTests input from Get-TestSuites jobs for simplification
1 parent 99b12ee commit 8a0e128

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

‎.github/workflows/CI.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
Get-TestSuites:
7373
uses: ./.github/workflows/Get-TestSuites.yml
7474
with:
75-
SkipTests: ${{ inputs.SkipTests }}
7675
Debug: ${{ inputs.Debug }}
7776
Prerelease: ${{ inputs.Prerelease }}
7877
Verbose: ${{ inputs.Verbose }}

‎.github/workflows/Test-Module.yml‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ on:
3737
type: string
3838
description: The name of the module to process. Scripts default to the repository name if nothing is specified.
3939
required: false
40-
SkipTests:
41-
type: string
42-
description: Defines what types of tests to skip. Allowed values are 'All', 'SourceCode', 'Module', 'None', 'macOS', 'Windows', 'Linux'.
43-
required: false
44-
default: None
4540
Debug:
4641
type: boolean
4742
description: Enable debug output.

‎.github/workflows/workflow.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
Get-TestSuites:
7878
uses: ./.github/workflows/Get-TestSuites.yml
7979
with:
80-
SkipTests: ${{ inputs.SkipTests }}
8180
Debug: ${{ inputs.Debug }}
8281
Prerelease: ${{ inputs.Prerelease }}
8382
Verbose: ${{ inputs.Verbose }}

0 commit comments

Comments
 (0)