@@ -11,117 +11,11 @@ jobs:
11
11
name : Run build
12
12
command : npm install
13
13
- run :
14
- name : Verify build
15
- command : echo "Build completed successfully!"
16
- test-v10 :
17
- docker :
18
- - image : cimg/base:stable
19
- steps :
20
- - checkout
21
- - node/install :
22
- node-version : " 10.24"
23
- - run :
24
- name : Run build
25
- command : npm install
26
- - run :
27
- name : Verify build
28
- command : echo "Build completed successfully!"
29
- test-v12 :
30
- docker :
31
- - image : cimg/base:stable
32
- steps :
33
- - checkout
34
- - node/install :
35
- node-version : " 12.22"
36
- - run :
37
- name : Run build
38
- command : npm install
39
- - run :
40
- name : Verify build
41
- command : echo "Build completed successfully!"
42
- test-v14 :
43
- docker :
44
- - image : cimg/base:stable
45
- steps :
46
- - checkout
47
- - node/install :
48
- node-version : " 14.21"
49
- - run :
50
- name : Run build
51
- command : npm install
52
- - run :
53
- name : Verify build
54
- command : echo "Build completed successfully!"
55
- test-v16 :
56
- docker :
57
- - image : cimg/base:stable
58
- steps :
59
- - checkout
60
- - node/install :
61
- node-version : " 16.20"
62
- - run :
63
- name : Run build
64
- command : npm install
65
- - run :
66
- name : Verify build
67
- command : echo "Build completed successfully!"
68
- test-v18 :
69
- docker :
70
- - image : cimg/base:stable
71
- steps :
72
- - checkout
73
- - node/install :
74
- node-version : " 18.20"
75
- - run :
76
- name : Run build
77
- command : npm install
14
+ name : Run test
15
+ command : npm start
78
16
- run :
79
17
name : Verify build
80
- command : echo "Build completed successfully!"
81
- test-v20 :
82
- docker :
83
- - image : cimg/base:stable
84
- steps :
85
- - checkout
86
- - node/install :
87
- node-version : " 20.12"
88
- - run :
89
- name : Run build
90
- command : npm install
91
- - run :
92
- name : Verify build
93
- command : echo "Build completed successfully!"
94
- test-v22 :
95
- docker :
96
- - image : cimg/base:stable
97
- steps :
98
- - checkout
99
- - node/install :
100
- node-version : " 22.0"
101
- - run :
102
- name : Run build
103
- command : npm install
104
- - run :
105
- name : Verify build
106
- command : echo "Build completed successfully!"
107
- workflows :
108
- build :
109
- jobs :
110
- version : 2.1
111
- orbs :
112
-
113
- jobs :
114
- test-v8 :
115
- docker :
116
- - image : circleci/node:8
117
- steps :
118
- - checkout
119
- - run :
120
- name : Run build
121
- command : npm install
122
- - run :
123
- name : Verify build
124
- command : echo "Build completed successfully!"
18
+ command : echo "Build and test completed successfully!"
125
19
test-v10 :
126
20
docker :
127
21
- image : cimg/base:stable
@@ -132,9 +26,12 @@ jobs:
132
26
- run :
133
27
name : Run build
134
28
command : npm install
29
+ - run :
30
+ name : Run test
31
+ command : npm start
135
32
- run :
136
33
name : Verify build
137
- command : echo "Build completed successfully!"
34
+ command : echo "Build and test completed successfully!"
138
35
test-v12 :
139
36
docker :
140
37
- image : cimg/base:stable
@@ -145,9 +42,12 @@ jobs:
145
42
- run :
146
43
name : Run build
147
44
command : npm install
45
+ - run :
46
+ name : Run test
47
+ command : npm start
148
48
- run :
149
49
name : Verify build
150
- command : echo "Build completed successfully!"
50
+ command : echo "Build and test completed successfully!"
151
51
test-v14 :
152
52
docker :
153
53
- image : cimg/base:stable
@@ -158,9 +58,12 @@ jobs:
158
58
- run :
159
59
name : Run build
160
60
command : npm install
61
+ - run :
62
+ name : Run test
63
+ command : npm start
161
64
- run :
162
65
name : Verify build
163
- command : echo "Build completed successfully!"
66
+ command : echo "Build and test completed successfully!"
164
67
test-v16 :
165
68
docker :
166
69
- image : cimg/base:stable
@@ -171,9 +74,12 @@ jobs:
171
74
- run :
172
75
name : Run build
173
76
command : npm install
77
+ - run :
78
+ name : Run test
79
+ command : npm start
174
80
- run :
175
81
name : Verify build
176
- command : echo "Build completed successfully!"
82
+ command : echo "Build and test completed successfully!"
177
83
test-v18 :
178
84
docker :
179
85
- image : cimg/base:stable
@@ -184,9 +90,12 @@ jobs:
184
90
- run :
185
91
name : Run build
186
92
command : npm install
93
+ - run :
94
+ name : Run test
95
+ command : npm start
187
96
- run :
188
97
name : Verify build
189
- command : echo "Build completed successfully!"
98
+ command : echo "Build and test completed successfully!"
190
99
test-v20 :
191
100
docker :
192
101
- image : cimg/base:stable
@@ -197,9 +106,12 @@ jobs:
197
106
- run :
198
107
name : Run build
199
108
command : npm install
109
+ - run :
110
+ name : Run test
111
+ command : npm start
200
112
- run :
201
113
name : Verify build
202
- command : echo "Build completed successfully!"
114
+ command : echo "Build and test completed successfully!"
203
115
test-v22 :
204
116
docker :
205
117
- image : cimg/base:stable
@@ -210,11 +122,14 @@ jobs:
210
122
- run :
211
123
name : Run build
212
124
command : npm install
125
+ - run :
126
+ name : Run test
127
+ command : npm start
213
128
- run :
214
129
name : Verify build
215
- command : echo "Build completed successfully!"
130
+ command : echo "Build and test completed successfully!"
216
131
workflows :
217
- build :
132
+ build_and_test :
218
133
jobs :
219
134
- test-v8
220
135
- test-v10
0 commit comments