Skip to content

Commit

Permalink
ADD job to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 13, 2019
1 parent 280fdb0 commit c173bf0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ jobs:
- run:
name: Run chromatic on the pre-built storybook
command: yarn chromatic -- -d ./storybook-static
packtracker:
<<: *defaults
steps:
- checkout
- attach_workspace:
at: .
- run:
name: Report webpack stats for manager of official storybook
command: |
cd examples/official-storybook
yarn packtracker
examples:
<<: *defaults
steps:
Expand Down Expand Up @@ -350,6 +361,9 @@ workflows:
- smoke-tests:
requires:
- build
- packtracker:
requires:
- build
- native-smoke-tests:
requires:
- build
Expand Down

0 comments on commit c173bf0

Please sign in to comment.