We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552793f commit 6e7132eCopy full SHA for 6e7132e
1 file changed
.github/workflows/Test-ModuleLocal.yml
@@ -33,18 +33,18 @@ on:
33
type: string
34
description: The operating system name.
35
required: true
36
- TestName:
+ Name:
37
38
- description: The name of the test suite.
39
- required: true
+ description: The name of the module to process. Scripts default to the repository name if nothing is specified.
+ required: false
40
TestPath:
41
42
description: The path to the test files.
43
44
- Name:
+ TestName:
45
46
- description: The name of the module to process. Scripts default to the repository name if nothing is specified.
47
- required: false
+ description: The name of the test suite.
+ required: true
48
Debug:
49
type: boolean
50
description: Enable debug output.
0 commit comments