From 55354b969bb3feab3e46d98c5d82afeb43ba0e43 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 24 Mar 2021 11:43:33 +0100 Subject: [PATCH] Added continueOnError: true so the acceptance tests are not blocking a merge --- build/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index bce240e33d..6dde647e06 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -171,6 +171,7 @@ stages: - task: Npm@1 displayName: Run Cypress (Desktop) condition: always() + continueOnError: true inputs: workingDir: src\Umbraco.Tests.AcceptanceTest command: 'custom' @@ -266,6 +267,7 @@ stages: - task: Npm@1 displayName: Run Cypress (Desktop) condition: always() + continueOnError: true inputs: workingDir: src/Umbraco.Tests.AcceptanceTest command: 'custom'