Compare commits

...

1 Commits

Author SHA1 Message Date
Ibrahim Wani
7290fdbb16 Fix skipping of origami tests 2025-12-16 20:04:01 +00:00

View File

@@ -169,7 +169,6 @@ jobs:
dependsOn: origami_build_${{ job.os }}
condition:
and(succeeded(),
eq(variables['ENABLE_${{ upper(job.target) }}_TESTS'], 'true'),
not(containsValue(split(variables['DISABLED_${{ upper(job.target) }}_TESTS'], ','), '${{ parameters.componentName }}')),
eq(${{ parameters.aggregatePipeline }}, False)
)