mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Improved parameter description.
This commit is contained in:
2
.github/workflows/CoverageCollection.yml
vendored
2
.github/workflows/CoverageCollection.yml
vendored
@@ -41,7 +41,7 @@ on:
|
|||||||
default: 'tests'
|
default: 'tests'
|
||||||
type: string
|
type: string
|
||||||
unittest_directory:
|
unittest_directory:
|
||||||
description: 'Path to the directory containing unit tests (from test_directory).'
|
description: 'Path to the directory containing unit tests (relative to test_directory).'
|
||||||
required: false
|
required: false
|
||||||
default: 'unit'
|
default: 'unit'
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
2
.github/workflows/UnitTesting.yml
vendored
2
.github/workflows/UnitTesting.yml
vendored
@@ -54,7 +54,7 @@ on:
|
|||||||
default: 'tests'
|
default: 'tests'
|
||||||
type: string
|
type: string
|
||||||
unittest_directory:
|
unittest_directory:
|
||||||
description: 'Path to the directory containing unit tests (from test_directory).'
|
description: 'Path to the directory containing unit tests (relative to test_directory).'
|
||||||
required: false
|
required: false
|
||||||
default: 'unit'
|
default: 'unit'
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user