Skip to content

Commit

Permalink
Merge pull request #29722 from storybookjs/yann/temp-remove-rn-sandbox
Browse files Browse the repository at this point in the history
Build: Temporarily remove react native sandbox
  • Loading branch information
yannbf authored Nov 27, 2024
2 parents 965b4c1 + bb0fd7e commit eb8007f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -986,30 +986,30 @@ workflows:
requires:
- build
- create-sandboxes:
parallelism: 38
parallelism: 37
requires:
- build
# - smoke-test-sandboxes: # disabled for now
# requires:
# - create-sandboxes
- build-sandboxes:
parallelism: 38
parallelism: 37
requires:
- create-sandboxes
- chromatic-sandboxes:
parallelism: 35
parallelism: 34
requires:
- build-sandboxes
- e2e-production:
parallelism: 33
parallelism: 32
requires:
- build-sandboxes
- e2e-dev:
parallelism: 2
requires:
- create-sandboxes
- test-runner-production:
parallelism: 33
parallelism: 32
requires:
- build-sandboxes
- vitest-integration:
Expand Down
3 changes: 2 additions & 1 deletion code/lib/cli-storybook/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,8 @@ export const daily: TemplateKey[] = [
'html-vite/default-js',
'internal/react16-webpack',
'internal/react18-webpack-babel',
'react-native-web-vite/expo-ts',
// TODO: bring this back once ts-docgen supports Vite 6
// 'react-native-web-vite/expo-ts',
// 'react-native-web-vite/rn-cli-ts',
];

Expand Down

0 comments on commit eb8007f

Please sign in to comment.