Skip to content

Commit 7b0aa3d

Browse files
josephperrottclydin
authored andcommitted
ci: add @angular/build integration test to workflows
Add integration test to workflows which are tracked on CI
1 parent 399bbb7 commit 7b0aa3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ng-dev/dx-perf-workflows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ workflows:
55
- bazel clean
66
workflow:
77
- bazel build //packages/angular/cli:npm_package
8+
angular-build-integration:
9+
name: Angular Build Integration
10+
prepare:
11+
- bazel clean
12+
workflow:
13+
- bazel test //packages/angular/build:integration_tests

0 commit comments

Comments
 (0)