mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
MOVE tasks to Travis
This commit is contained in:
parent
ccb8e171c5
commit
7d992a23a3
@ -321,29 +321,6 @@ jobs:
|
||||
- run:
|
||||
name: Upload coverage
|
||||
command: yarn coverage
|
||||
cli-test:
|
||||
<<: *defaults
|
||||
environment:
|
||||
BASH_ENV: ~/.bashrc
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
name: Test
|
||||
command: yarn test --cli
|
||||
no_output_timeout: 1800
|
||||
cli-test-latest-cra:
|
||||
<<: *defaults
|
||||
environment:
|
||||
BASH_ENV: ~/.bashrc
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
name: Test CLI with latest CR(N)A
|
||||
command: yarn test-latest-cra
|
||||
workflows:
|
||||
version: 2
|
||||
build_test_deploy:
|
||||
@ -373,12 +350,6 @@ workflows:
|
||||
- coverage:
|
||||
requires:
|
||||
- test
|
||||
- cli-test:
|
||||
requires:
|
||||
- build
|
||||
- cli-test-latest-cra:
|
||||
requires:
|
||||
- build
|
||||
- chromatic:
|
||||
requires:
|
||||
- examples
|
||||
|
10
.travis.yml
10
.travis.yml
@ -6,8 +6,12 @@ cache:
|
||||
yarn: true
|
||||
|
||||
install:
|
||||
- yarn install
|
||||
- yarn bootstrap --core
|
||||
- yarn install
|
||||
- yarn bootstrap --core
|
||||
|
||||
script:
|
||||
- yarn test --cli
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- script: yarn test --cli
|
||||
- script: yarn test-latest-cra
|
Loading…
x
Reference in New Issue
Block a user