Skip to content

Commit b80b462

Browse files
alan-agius4AndrewKushnir
authored andcommitted
ci: add adev build as part of the CI process (angular#55662)
Currently, this is not which caused main to be broken because breakages where not caught during PR PR Close angular#55662
1 parent b5ab2ef commit b80b462

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ jobs:
101101
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
102102
- name: Install node modules
103103
run: yarn install --frozen-lockfile
104-
- name: Build adev to ensure it continues to work
104+
- name: Build adev in fast mode to ensure it continues to work
105+
run: yarn bazel build //adev:build --fast_adev
106+
- name: Run tests
105107
run: yarn bazel test //adev:test
106108

107109
publish-snapshots:

0 commit comments

Comments
 (0)