File tree Expand file tree Collapse file tree 4 files changed +11
-22
lines changed
Expand file tree Collapse file tree 4 files changed +11
-22
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,10 @@ jobs:
2626 - run : npm install -g npm@latest
2727
2828 - name : Bootstrap
29- run : |
30- npm ci
29+ run : npm ci
3130
3231 - name : Build 🔧
33- run : |
34- npm run compile
32+ run : npm run compile
3533
3634 - name : Benchmark tests
3735 run : |
Original file line number Diff line number Diff line change 3535 ignore : ' ./CHANGELOG.md ./experimental/packages/opentelemetry-exporter-metrics-otlp-grpc/protos ./experimental/packages/opentelemetry-exporter-metrics-otlp-proto/protos ./packages/exporter-trace-otlp-grpc/protos ./packages/exporter-trace-otlp-proto/protos'
3636
3737 - name : Bootstrap
38- run : |
39- npm ci
38+ run : npm ci
4039
4140 - name : Lint
4241 run : |
Original file line number Diff line number Diff line change @@ -34,12 +34,10 @@ jobs:
3434 if : ${{ matrix.node_version == '14' || matrix.node_version == '16' }}
3535
3636 - name : Bootstrap
37- run : |
38- npm ci
37+ run : npm ci
3938
4039 - name : Build 🔧
41- run : |
42- npm run compile
40+ run : npm run compile
4341
4442 - name : Unit tests
4543 run : |
6664 - run : npm install -g npm@latest
6765
6866 - name : Bootstrap
69- run : |
70- npm ci
67+ run : npm ci
7168
7269 - name : Build 🔧
7370 run : |
@@ -91,12 +88,10 @@ jobs:
9188 node-version : 16
9289
9390 - name : Bootstrap
94- run : |
95- npm ci
91+ run : npm ci
9692
9793 - name : Build 🔧
98- run : |
99- npm run compile
94+ run : npm run compile
10095
10196 - name : Unit tests
10297 run : npm run test:browser
@@ -114,12 +109,10 @@ jobs:
114109 node-version : 16
115110
116111 - name : Bootstrap
117- run : |
118- npm ci
112+ run : npm ci
119113
120114 - name : Build 🔧
121- run : |
122- npm run compile
115+ run : npm run compile
123116
124117 - name : Unit tests
125118 run : npm run test:webworker
Original file line number Diff line number Diff line change 1919 node-version : ' 16'
2020
2121 - name : Install and Bootstrap 🔧
22- run : |
23- npm ci
22+ run : npm ci
2423
2524 - name : Generate version.ts files
2625 run : npm run version:update
You can’t perform that action at this time.
0 commit comments