Skip to content

Commit

Permalink
test? move ssr-test-v9 to its own pipeline job
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Mar 15, 2023
1 parent e9620b6 commit e72b532
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e72b532

Please sign in to comment.