There was an error while loading. Please reload this page.
1 parent b5ab2ef commit b80b462Copy full SHA for b80b462
.github/workflows/ci.yml
@@ -101,7 +101,9 @@ jobs:
101
uses: angular/dev-infra/github-actions/bazel/configure-remote@0581ca5177f61a7dba5221c17e60522776cef714
102
- name: Install node modules
103
run: yarn install --frozen-lockfile
104
- - name: Build adev to ensure it continues to work
+ - 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
107
run: yarn bazel test //adev:test
108
109
publish-snapshots:
0 commit comments