Skip to content

Commit

Permalink
Add Next 12 sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Dec 6, 2022
1 parent d780c56 commit 8fb8c8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,25 +611,25 @@ workflows:
jobs:
- build
- create-sandboxes:
parallelism: 23
parallelism: 24
requires:
- build
# - smoke-test-sandboxes: # disabled for now
# requires:
# - create-sandboxes
- build-sandboxes:
parallelism: 23
parallelism: 24
requires:
- create-sandboxes
- test-runner-sandboxes:
parallelism: 23
parallelism: 24
requires:
- build-sandboxes
- chromatic-sandboxes:
parallelism: 23
parallelism: 24
requires:
- build-sandboxes
- e2e-sandboxes:
parallelism: 23
parallelism: 24
requires:
- build-sandboxes
1 change: 1 addition & 0 deletions code/lib/cli/src/repro-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ export const daily: TemplateKey[] = [
'lit-vite/default-js',
'svelte-kit/skeleton-js',
'svelte-vite/default-js',
'nextjs/12-js',
'nextjs/default-js',
'preact-webpack5/default-js',
];
Expand Down

0 comments on commit 8fb8c8b

Please sign in to comment.