Skip to content

Commit 321e255

Browse files
committed
Chore: Remove fetch remote cache for ci
1 parent be9247e commit 321e255

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,9 @@ jobs:
3131
run: yarn -s ts-circular-deps:check
3232
- name: Validate pull approve configuration
3333
run: yarn -s ng-dev pullapprove verify
34-
- name: Validate angular robot configuration
35-
run: yarn -s ng-dev ngbot verify
3634
- name: Confirm code builds with typescript as expected
3735
run: yarn -s check-tooling-setup
3836

39-
test:
40-
runs-on: ubuntu-latest
41-
steps:
42-
- name: Initialize environment
43-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
44-
with:
45-
cache-node-modules: true
46-
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
48-
- name: Setup Bazel Remote Caching
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
50-
- name: Install node modules
51-
run: yarn install --frozen-lockfile --network-timeout 100000
52-
- name: Run CI tests for framework
53-
run: yarn test:ci
54-
5537
adev:
5638
runs-on:
5739
labels: ubuntu-latest
@@ -60,8 +42,6 @@ jobs:
6042
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
6143
- name: Setup Bazel
6244
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
63-
- name: Setup Bazel RBE
64-
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
6545
- name: Install node modules
6646
run: yarn install --frozen-lockfile
6747
- name: Run tests
@@ -78,8 +58,6 @@ jobs:
7858
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
7959
- name: Setup Bazel
8060
uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
81-
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
8361
- name: Install node modules
8462
run: yarn install --frozen-lockfile
8563
- name: Build adev to ensure it continues to work

0 commit comments

Comments
 (0)