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'