23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Initialize environment
26
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
26
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
27
27
with :
28
28
cache-node-modules : true
29
29
- name : Install node modules
@@ -61,13 +61,13 @@ jobs:
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Initialize environment
64
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
64
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
65
65
with :
66
66
cache-node-modules : true
67
67
- name : Setup Bazel
68
- uses : angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
68
+ uses : angular/dev-infra/github-actions/bazel/setup@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
69
69
- name : Setup Bazel RBE
70
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
70
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
71
71
- name : Install node modules
72
72
run : yarn install --frozen-lockfile
73
73
- name : Check API Goldens
@@ -77,13 +77,13 @@ jobs:
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- name : Initialize environment
80
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
80
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
81
81
with :
82
82
cache-node-modules : true
83
83
- name : Setup Bazel
84
- uses : angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
84
+ uses : angular/dev-infra/github-actions/bazel/setup@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
85
85
- name : Setup Bazel RBE
86
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
86
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
87
87
- name : Install node modules
88
88
run : yarn install --frozen-lockfile
89
89
- name : Run e2e tests
@@ -93,13 +93,13 @@ jobs:
93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- name : Initialize environment
96
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
96
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
97
97
with :
98
98
cache-node-modules : true
99
99
- name : Setup Bazel
100
- uses : angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
100
+ uses : angular/dev-infra/github-actions/bazel/setup@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
101
101
- name : Setup Bazel RBE
102
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
102
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
103
103
- name : Install node modules
104
104
run : yarn install --frozen-lockfile
105
105
- name : Run integration tests
@@ -120,13 +120,13 @@ jobs:
120
120
runs-on : ubuntu-latest-4core
121
121
steps :
122
122
- name : Initialize environment
123
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
123
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
124
124
with :
125
125
cache-node-modules : true
126
126
- name : Setup Bazel
127
- uses : angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
127
+ uses : angular/dev-infra/github-actions/bazel/setup@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
128
128
- name : Setup Bazel RBE
129
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
129
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
130
130
- name : Install node modules
131
131
run : yarn install --frozen-lockfile
132
132
- name : Run linker AOT tests
@@ -136,13 +136,13 @@ jobs:
136
136
runs-on : ubuntu-latest-4core
137
137
steps :
138
138
- name : Initialize environment
139
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
139
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
140
140
with :
141
141
cache-node-modules : true
142
142
- name : Setup Bazel
143
- uses : angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
143
+ uses : angular/dev-infra/github-actions/bazel/setup@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
144
144
- name : Setup Bazel RBE
145
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
145
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c4a2ff4f94bf201cb22f65359ab7856b674c3d59
146
146
- name : Install node modules
147
147
run : yarn install --frozen-lockfile
148
148
- name : Run linker JIT tests
0 commit comments