@@ -47,7 +47,6 @@ workflows:
47
47
npm install
48
48
echo ***rename root node_modules to avoid accidental dependencies***
49
49
mv ../../node_modules ../../no_modules
50
- verify-command : echo 'Already verified'
51
50
no-workspace : true
52
51
working_directory : examples/a11y
53
52
command : npm test
@@ -66,7 +65,6 @@ workflows:
66
65
npm install
67
66
echo ***rename root node_modules to avoid accidental dependencies***
68
67
mv ../../node_modules ../../no_modules
69
- verify-command : echo 'Already verified'
70
68
no-workspace : false
71
69
working_directory : examples/using-babel
72
70
command : npm test
@@ -85,7 +83,6 @@ workflows:
85
83
npm install
86
84
echo ***rename root node_modules to avoid accidental dependencies***
87
85
mv ../../node_modules ../../no_modules
88
- verify-command : echo 'Already verified'
89
86
no-workspace : true
90
87
working_directory : examples/using-babel-typescript
91
88
command : npm test
@@ -106,7 +103,6 @@ workflows:
106
103
mv ../../node_modules ../../no_modules
107
104
echo ***React version***
108
105
npm ls react react-dom
109
- verify-command : echo 'Already verified'
110
106
no-workspace : true
111
107
working_directory : examples/react-scripts-cucumber
112
108
command : npm test
@@ -127,7 +123,6 @@ workflows:
127
123
mv ../../node_modules ../../no_modules
128
124
echo ***React version***
129
125
npm ls react react-dom
130
- verify-command : echo 'Already verified'
131
126
no-workspace : true
132
127
working_directory : examples/react-scripts
133
128
command : npm test
@@ -155,7 +150,6 @@ workflows:
155
150
mv ../../node_modules ../../no_modules
156
151
echo ***React version***
157
152
npm ls react react-dom
158
- verify-command : echo 'Already verified'
159
153
no-workspace : true
160
154
working_directory : examples/rewired
161
155
command : npm test
@@ -174,7 +168,6 @@ workflows:
174
168
npm install
175
169
echo ***rename root node_modules to avoid accidental dependencies***
176
170
mv ../../node_modules ../../no_modules
177
- verify-command : echo 'Already verified'
178
171
no-workspace : true
179
172
working_directory : examples/nextjs
180
173
command : npm test
@@ -202,7 +195,6 @@ workflows:
202
195
npm install
203
196
echo ***rename root node_modules to avoid accidental dependencies***
204
197
mv ../../node_modules ../../no_modules
205
- verify-command : echo 'Already verified'
206
198
no-workspace : true
207
199
working_directory : examples/react-scripts-folder
208
200
command : npm test
@@ -229,7 +221,6 @@ workflows:
229
221
npm install
230
222
echo ***rename root node_modules to avoid accidental dependencies***
231
223
mv ../../node_modules ../../no_modules
232
- verify-command : echo 'Already verified'
233
224
no-workspace : true
234
225
working_directory : examples/tailwind
235
226
command : |
@@ -257,7 +248,6 @@ workflows:
257
248
npm install
258
249
echo ***rename root node_modules to avoid accidental dependencies***
259
250
mv ../../node_modules ../../no_modules
260
- verify-command : echo 'Already verified'
261
251
no-workspace : true
262
252
working_directory : examples/webpack-file
263
253
command : npm test
@@ -283,7 +273,6 @@ workflows:
283
273
npm install
284
274
echo ***rename root node_modules to avoid accidental dependencies***
285
275
mv ../../node_modules ../../no_modules
286
- verify-command : echo 'Already verified'
287
276
no-workspace : true
288
277
working_directory : examples/webpack5-file
289
278
command : npm test
@@ -310,7 +299,6 @@ workflows:
310
299
npm install
311
300
echo ***rename root node_modules to avoid accidental dependencies***
312
301
mv ../../node_modules ../../no_modules
313
- verify-command : echo 'Already verified'
314
302
no-workspace : true
315
303
working_directory : examples/rollup
316
304
command : npm test
@@ -329,7 +317,6 @@ workflows:
329
317
npm install
330
318
echo ***rename root node_modules to avoid accidental dependencies***
331
319
mv ../../node_modules ../../no_modules
332
- verify-command : echo 'Already verified'
333
320
no-workspace : true
334
321
working_directory : examples/webpack-options
335
322
command : npm test
@@ -357,7 +344,6 @@ workflows:
357
344
npm install
358
345
echo ***rename root node_modules to avoid accidental dependencies***
359
346
mv ../../node_modules ../../no_modules
360
- verify-command : echo 'Already verified'
361
347
no-workspace : true
362
348
working_directory : examples/sass-and-ts
363
349
command : npm test
@@ -383,7 +369,6 @@ workflows:
383
369
npm install
384
370
echo ***rename root node_modules to avoid accidental dependencies***
385
371
mv ../../node_modules ../../no_modules
386
- verify-command : echo 'Already verified'
387
372
no-workspace : true
388
373
working_directory : examples/snapshots
389
374
command : npm test
@@ -409,7 +394,6 @@ workflows:
409
394
npm install
410
395
echo ***rename root node_modules to avoid accidental dependencies***
411
396
mv ../../node_modules ../../no_modules
412
- verify-command : echo 'Already verified'
413
397
no-workspace : true
414
398
working_directory : examples/visual-sudoku
415
399
command : npm test
@@ -431,7 +415,6 @@ workflows:
431
415
npm install
432
416
echo ***rename root node_modules to avoid accidental dependencies***
433
417
mv ../../node_modules ../../no_modules
434
- verify-command : echo 'Already verified'
435
418
no-workspace : true
436
419
working_directory : examples/visual-testing-with-applitools
437
420
# to correctly run this job, we need Applitools token
@@ -459,7 +442,6 @@ workflows:
459
442
npm install
460
443
echo ***rename root node_modules to avoid accidental dependencies***
461
444
mv ../../node_modules ../../no_modules
462
- verify-command : echo 'Already verified'
463
445
no-workspace : true
464
446
working_directory : examples/visual-testing-with-percy
465
447
# run Percy agent and then run Cypress component tests
@@ -480,7 +462,6 @@ workflows:
480
462
npm install
481
463
echo ***rename root node_modules to avoid accidental dependencies***
482
464
mv ../../node_modules ../../no_modules
483
- verify-command : echo 'Already verified'
484
465
no-workspace : true
485
466
working_directory : examples/visual-testing-with-happo
486
467
command : npm run test:happo
0 commit comments