Skip to content

Commit

Permalink
REVERT ci tests for ci via yarn test --cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Aug 22, 2018
1 parent a05565b commit 72e4b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
- run:
name: "Test CLI"
command: |
./scripts/run-e2e.sh
yarn test --cli
cli-latest-cra:
working_directory: /tmp/storybook
docker:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object OpenSourceProjects_Storybook_CliTest : BuildType({
}
script {
name = "Test"
scriptContent = "./scripts/run-e2e.sh"
scriptContent = "yarn test --cli"
dockerImage = "andthensome/docker-node-rsync"
}
}
Expand Down

0 comments on commit 72e4b84

Please sign in to comment.