UnitTesting: make the artifact name an option; generate it in Params

This commit is contained in:
umarcor
2021-11-29 22:49:56 +01:00
parent c632013646
commit 6e501b3ead
3 changed files with 6 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ jobs:
jobs: ${{ needs.Params.outputs.python_jobs }}
# Optional
requirements: '-r tests/requirements.txt'
TestReport: true
artifact: ${{ fromJson(needs.Params.outputs.params).artifacts.unittesting }}
Coverage:
uses: pyTooling/Actions/.github/workflows/CoverageCollection.yml@dev