Skip to content

Commit

Permalink
Merge pull request #21940 from storybookjs/vue2-vite-sandbox
Browse files Browse the repository at this point in the history
Re-enable Vue2 Vite sandbox
  • Loading branch information
JReinhold authored Apr 5, 2023
2 parents 74bd0b5 + d3cc402 commit 0da3ce3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,30 +701,30 @@ workflows:
requires:
- build
- create-sandboxes:
parallelism: 30
parallelism: 31
requires:
- build
# - smoke-test-sandboxes: # disabled for now
# requires:
# - create-sandboxes
- build-sandboxes:
parallelism: 30
parallelism: 31
requires:
- create-sandboxes
- chromatic-sandboxes:
parallelism: 30
parallelism: 31
requires:
- build-sandboxes
- e2e-production:
parallelism: 30
parallelism: 31
requires:
- build-sandboxes
- e2e-dev:
parallelism: 4
requires:
- create-sandboxes
- test-runner-production:
parallelism: 30
parallelism: 31
requires:
- build-sandboxes
# TODO: reenable once we find out the source of flakyness
Expand Down
2 changes: 0 additions & 2 deletions code/lib/cli/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ const baseTemplates = {
'vue2-vite/2.7-js': {
name: 'Vue2 Vite (vue 2.7 JS)',
script: 'npx create-vue@2 {{beforeDir}} --default',
// TODO: reenable this once sandbox is available
inDevelopment: true,
expected: {
framework: '@storybook/vue-vite',
renderer: '@storybook/vue',
Expand Down

0 comments on commit 0da3ce3

Please sign in to comment.