diff --git a/build/ci/.azure-pipelines.yml b/build/ci/.azure-pipelines.yml index ac428f1f6..92a084f8e 100644 --- a/build/ci/.azure-pipelines.yml +++ b/build/ci/.azure-pipelines.yml @@ -66,10 +66,8 @@ stages: # Don't trigger this stage if only docs files are changed condition: ne(dependencies.Determine_Changes.outputs['evaluate_changes.DetermineChanges.docsOnly'], 'true') jobs: - # Disabled just to speed up the build - # - template: stage-build-uitests-wasm.yml + - template: stage-build-uitests-wasm.yml - template: stage-build-uitests-android.yml - # Disabled just to speed up the build - # - template: stage-build-uitests-ios.yml + - template: stage-build-uitests-ios.yml # Disabled waiting on uno fix: https://github.com/unoplatform/uno/pull/17668 # - template: stage-build-runtimetests-skia.yml \ No newline at end of file