Skip to content

Commit

Permalink
ci: run nx for all projects for better metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Mar 1, 2023
1 parent 6b704e9 commit 24cd2f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
DANGER_GITHUB_API_TOKEN: $(DANGER_GITHUB_API_TOKEN)
- script: |
yarn affected:run --base=$(targetBranch) --target=build --target=test --target=lint --target=type-check
yarn nx run-many --all --parallel=8 --targets=build,test,lint,type-check
# yarn affected:run --base=$(targetBranch) --target=build --target=test --target=lint --target=type-check
displayName: build, test, lint
- template: .devops/templates/cleanup.yml
Expand Down

0 comments on commit 24cd2f5

Please sign in to comment.