File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -90,31 +90,19 @@ jobs:
90
90
91
91
test :
92
92
runs-on : ubuntu-latest
93
- env :
94
- defaultVersion : 16
95
- strategy :
96
- matrix :
97
- version : [18]
98
93
steps :
99
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
100
- with :
101
- persist-credentials : false
102
- - uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
94
+ - name : Initialize environment
95
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b57414124cf00fcbf1ecb190bdeb1a1396361424
103
96
with :
104
- node-version : ${{ matrix.version }}
105
- cache : ' yarn'
106
- - name : Install node modules
107
- run : yarn install --frozen-lockfile
97
+ fetch-depth : 1
108
98
- name : Setup Bazel
109
99
uses : angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424
110
100
- name : Setup Bazel RBE
111
101
uses : angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424
112
- - if : matrix.version == env.defaultVersion
113
- name : Run tests for default node version
114
- run : yarn bazel test --test_tag_filters=-node18,-node16-broken //packages/...
115
- - if : matrix.version != env.defaultVersion
116
- name : Run tests for non-default node version
117
- run : yarn bazel test --test_tag_filters=node18,-node18-broken //packages/...
102
+ - name : Install node modules
103
+ run : yarn install --frozen-lockfile
104
+ - name : Run tests
105
+ run : yarn bazel test //packages/...
118
106
119
107
e2e :
120
108
strategy :
You can’t perform that action at this time.
0 commit comments