From 82e9dd817ee14d8e3d5cfdf4612cb57182c25b1d Mon Sep 17 00:00:00 2001 From: eriklimakc Date: Mon, 30 Sep 2024 18:57:04 +0100 Subject: [PATCH] chore: run wasm and ios ui tests --- build/ci/.azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/ci/.azure-pipelines.yml b/build/ci/.azure-pipelines.yml index ac428f1f6d..92a084f8ea 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