Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Re-enable test-runner for vue-cli #19706

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ jobs:
executor:
class: medium
name: sb_playwright
parallelism: 8
parallelism: 9
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand Down
4 changes: 0 additions & 4 deletions code/lib/cli/src/repro-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ const vueCliTemplates = {
skipTasks: [
// Re-enable once https://github.com/storybookjs/storybook/issues/19351 is fixed.
'smoke-test',
// Re-enable once https://github.com/storybookjs/storybook/issues/19453 is fixed.
'test-runner',
],
expected: {
framework: '@storybook/vue3-webpack5',
Expand All @@ -276,8 +274,6 @@ const vueCliTemplates = {
skipTasks: [
// Re-enable once https://github.com/storybookjs/storybook/issues/19351 is fixed.
'smoke-test',
// Re-enable once https://github.com/storybookjs/storybook/issues/19453 is fixed.
'test-runner',
],
expected: {
framework: '@storybook/vue-webpack5',
Expand Down