mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
UnitTesting: make the artifact name an option; generate it in Params
This commit is contained in:
1
.github/workflows/Params.yml
vendored
1
.github/workflows/Params.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
'name': name,
|
||||
'python_version': '${{ inputs.python_version }}',
|
||||
'artifacts': {
|
||||
'unittesting': f'{name}-TestReport',
|
||||
'coverage': f'{name}-coverage',
|
||||
'typing': f'{name}-typing',
|
||||
'package': f'{name}-package',
|
||||
|
||||
Reference in New Issue
Block a user