File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 35
35
root : .
36
36
paths :
37
37
- node_modules
38
- - examples
39
38
- packages
40
39
lint :
41
40
<< : *defaults
64
63
- attach_workspace :
65
64
at : .
66
65
- run : bash <(curl -s https://codecov.io/bash)
67
- examples :
68
- << : *defaults
69
- steps :
70
- - checkout
71
- - attach_workspace :
72
- at : .
73
- - run :
74
- name : Bootstrap
75
- command : yarn bootstrap
76
- - run :
77
- name : Build examples
78
- command : yarn build:examples
79
- - run :
80
- name : Test examples
81
- command : yarn test:examples --maxWorkers=2
82
- - run :
83
- name : Deploy examples
84
- command : |
85
- if [ "${CIRCLE_BRANCH}" == "master" ]; then
86
- yarn deploy:examples
87
- fi
88
- no_output_timeout : 30m
89
66
chromatic :
90
67
<< : *defaults
91
68
steps :
@@ -108,9 +85,6 @@ workflows:
108
85
- coverage :
109
86
requires :
110
87
- test
111
- - examples :
112
- requires :
113
- - build
114
88
- chromatic :
115
89
requires :
116
90
- build
You can’t perform that action at this time.
0 commit comments