Skip to content

Commit fffd191

Browse files
Update config.yml
1 parent 124f29f commit fffd191

File tree

1 file changed

+32
-117
lines changed

1 file changed

+32
-117
lines changed

.circleci/config.yml

+32-117
Original file line numberDiff line numberDiff line change
@@ -11,117 +11,11 @@ jobs:
1111
name: Run build
1212
command: npm install
1313
- 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
7816
- run:
7917
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-
node: circleci/[email protected]
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!"
12519
test-v10:
12620
docker:
12721
- image: cimg/base:stable
@@ -132,9 +26,12 @@ jobs:
13226
- run:
13327
name: Run build
13428
command: npm install
29+
- run:
30+
name: Run test
31+
command: npm start
13532
- run:
13633
name: Verify build
137-
command: echo "Build completed successfully!"
34+
command: echo "Build and test completed successfully!"
13835
test-v12:
13936
docker:
14037
- image: cimg/base:stable
@@ -145,9 +42,12 @@ jobs:
14542
- run:
14643
name: Run build
14744
command: npm install
45+
- run:
46+
name: Run test
47+
command: npm start
14848
- run:
14949
name: Verify build
150-
command: echo "Build completed successfully!"
50+
command: echo "Build and test completed successfully!"
15151
test-v14:
15252
docker:
15353
- image: cimg/base:stable
@@ -158,9 +58,12 @@ jobs:
15858
- run:
15959
name: Run build
16060
command: npm install
61+
- run:
62+
name: Run test
63+
command: npm start
16164
- run:
16265
name: Verify build
163-
command: echo "Build completed successfully!"
66+
command: echo "Build and test completed successfully!"
16467
test-v16:
16568
docker:
16669
- image: cimg/base:stable
@@ -171,9 +74,12 @@ jobs:
17174
- run:
17275
name: Run build
17376
command: npm install
77+
- run:
78+
name: Run test
79+
command: npm start
17480
- run:
17581
name: Verify build
176-
command: echo "Build completed successfully!"
82+
command: echo "Build and test completed successfully!"
17783
test-v18:
17884
docker:
17985
- image: cimg/base:stable
@@ -184,9 +90,12 @@ jobs:
18490
- run:
18591
name: Run build
18692
command: npm install
93+
- run:
94+
name: Run test
95+
command: npm start
18796
- run:
18897
name: Verify build
189-
command: echo "Build completed successfully!"
98+
command: echo "Build and test completed successfully!"
19099
test-v20:
191100
docker:
192101
- image: cimg/base:stable
@@ -197,9 +106,12 @@ jobs:
197106
- run:
198107
name: Run build
199108
command: npm install
109+
- run:
110+
name: Run test
111+
command: npm start
200112
- run:
201113
name: Verify build
202-
command: echo "Build completed successfully!"
114+
command: echo "Build and test completed successfully!"
203115
test-v22:
204116
docker:
205117
- image: cimg/base:stable
@@ -210,11 +122,14 @@ jobs:
210122
- run:
211123
name: Run build
212124
command: npm install
125+
- run:
126+
name: Run test
127+
command: npm start
213128
- run:
214129
name: Verify build
215-
command: echo "Build completed successfully!"
130+
command: echo "Build and test completed successfully!"
216131
workflows:
217-
build:
132+
build_and_test:
218133
jobs:
219134
- test-v8
220135
- test-v10

0 commit comments

Comments
 (0)