Skip to content

Commit

Permalink
ci(ado): add nx affected pipeline for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Mar 28, 2023
1 parent 4e11c94 commit f49121b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,22 @@ jobs:
- template: .devops/templates/cleanup.yml

- job: NX_Affected
workspace:
clean: all
steps:
- template: .devops/templates/tools.yml

- script: |
yarn install
displayName: yarn
- script: |
yarn nx affected --targets=build,test,lint,type-check --parallel=8 --base=$(targetBranch)
displayName: build, test, lint, type-check
- template: .devops/templates/cleanup.yml

- job: Nx_Tests
workspace:
clean: all
Expand Down

0 comments on commit f49121b

Please sign in to comment.