remove marko smoke test

This commit is contained in:
Michael Shilman 2021-05-05 01:53:09 +08:00
parent 6a52df6341
commit 99113fb43c

View File

@ -6,7 +6,7 @@ executors:
class:
description: The Resource class
type: enum
enum: [ 'small', 'medium', 'large', 'xlarge' ]
enum: ['small', 'medium', 'large', 'xlarge']
default: 'medium'
working_directory: /tmp/storybook
docker:
@ -177,12 +177,12 @@ jobs:
condition:
and:
- not:
equal: [ master, << pipeline.git.branch >> ]
equal: [master, << pipeline.git.branch >>]
- not:
equal: [ next, << pipeline.git.branch >> ]
equal: [next, << pipeline.git.branch >>]
steps:
- ensure-pr-is-labeled-with:
label: "run e2e extended test suite"
label: 'run e2e extended test suite'
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
- attach_workspace:
@ -347,11 +347,6 @@ jobs:
command: |
cd examples/ember-cli
yarn storybook --smoke-test --quiet
- run:
name: Run marko-cli (smoke test)
command: |
cd examples/marko-cli
yarn storybook --smoke-test --quiet
- run:
name: Run official-storybook (smoke test)
command: |