Skip to content

Commit

Permalink
ci: add @angular/build integration test to workflows
Browse files Browse the repository at this point in the history
Add integration test to workflows which are tracked on CI
  • Loading branch information
josephperrott authored and clydin committed Nov 25, 2024
1 parent 399bbb7 commit 7b0aa3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ng-dev/dx-perf-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ workflows:
- bazel clean
workflow:
- bazel build //packages/angular/cli:npm_package
angular-build-integration:
name: Angular Build Integration
prepare:
- bazel clean
workflow:
- bazel test //packages/angular/build:integration_tests

0 comments on commit 7b0aa3d

Please sign in to comment.