From e72b5327e38dd4a3286952540022298d0261590a Mon Sep 17 00:00:00 2001 From: Tristan Watanabe Date: Wed, 15 Mar 2023 04:42:31 -0400 Subject: [PATCH] test? move ssr-test-v9 to its own pipeline job --- azure-pipelines.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 989520511d0283..de5c1e2805fdd6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -65,6 +65,28 @@ jobs: - template: .devops/templates/cleanup.yml + - job: SSRTestsV9 + workspace: + clean: all + steps: + - template: .devops/templates/tools.yml + + - task: Bash@3 + inputs: + filePath: yarn-ci.sh + displayName: yarn (install packages) + + - script: | + yarn check:installed-dependencies-versions + displayName: 'check packages: installed dependencies versions' + + - script: | + yarn workspace @fluentui/ssr-tests-v9 build + yarn workspace @fluentui/ssr-tests-v9 test + displayName: SSR V9 build and test + + - template: .devops/templates/cleanup.yml + - job: DeployE2E displayName: Deploy and E2E workspace: