We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ff31f commit f5aa725Copy full SHA for f5aa725
‎.github/workflows/CI.yml
@@ -72,6 +72,7 @@ jobs:
72
Get-TestSuites:
73
uses: ./.github/workflows/Get-TestSuites.yml
74
with:
75
+ SkipTests: ${{ inputs.SkipTests }}
76
Debug: ${{ inputs.Debug }}
77
Prerelease: ${{ inputs.Prerelease }}
78
Verbose: ${{ inputs.Verbose }}
‎.github/workflows/workflow.yml
@@ -77,6 +77,7 @@ jobs:
79
80
81
82
83
0 commit comments