Skip to content

Commit 6af03a3

Browse files
committed
Drop the examples step from the CircleCI workflow.
1 parent 9736149 commit 6af03a3

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.circleci/config.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
root: .
3636
paths:
3737
- node_modules
38-
- examples
3938
- packages
4039
lint:
4140
<<: *defaults
@@ -64,28 +63,6 @@ jobs:
6463
- attach_workspace:
6564
at: .
6665
- 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
8966
chromatic:
9067
<<: *defaults
9168
steps:
@@ -108,9 +85,6 @@ workflows:
10885
- coverage:
10986
requires:
11087
- test
111-
- examples:
112-
requires:
113-
- build
11488
- chromatic:
11589
requires:
11690
- build

0 commit comments

Comments
 (0)