Improved handling of true values from GitHub YAML.

This commit is contained in:
Patrick Lehmann
2024-12-26 18:12:47 +01:00
parent 9296bd6e7d
commit d324bdacee
4 changed files with 10 additions and 9 deletions

View File

@@ -166,7 +166,7 @@ jobs:
needs:
- UnitTestingParams
- Documentation
# - PDFDocumentation
- PDFDocumentation
- PublishCoverageResults
- StaticTypeCheck
with:
@@ -207,7 +207,7 @@ jobs:
- StaticTypeCheck
- PlatformTesting
- Documentation
# - PDFDocumentation
- PDFDocumentation
- PublishTestResults
- PublishCoverageResults
- PublishToGitHubPages
@@ -228,6 +228,7 @@ jobs:
${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).codecoverage_html }}
${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).statictyping_html }}
${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).documentation_html }}
${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).documentation_latex }}
${{ fromJson(needs.PlatformTestingParams.outputs.artifact_names).unittesting_xml }}-*
${{ fromJson(needs.PlatformTestingParams.outputs.artifact_names).unittesting_html }}-*
${{ fromJson(needs.PlatformTestingParams.outputs.artifact_names).codecoverage_xml }}-*