diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9e6f66becddb69..c808342d2bd7be 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -116,6 +116,24 @@ jobs: - template: .devops/templates/cleanup.yml + - job: E2E-new + displayName: E2E new + workspace: + clean: all + steps: + - template: .devops/templates/tools.yml + + - task: Bash@3 + inputs: + filePath: yarn-ci.sh + displayName: yarn + + - script: | + yarn e2e $(sinceArg) + displayName: Cypress E2E tests + + - template: .devops/templates/cleanup.yml + - job: DeployE2E displayName: Deploy and E2E workspace: