Skip to content

Commit

Permalink
Add Storybook to the vite-ecosystem-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jun 4, 2024
1 parent 580f0ab commit d421716
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- qwik
- rakkas
- remix
# - storybook # disabled until test is updated, see https://github.com/vitejs/vite-ecosystem-ci/issues/130
- storybook
- sveltekit
- unocss
- vike
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- qwik
- rakkas
- remix
# - storybook # disabled until test is updated, see https://github.com/vitejs/vite-ecosystem-ci/issues/130
- storybook
- sveltekit
- unocss
- vike
Expand Down
9 changes: 5 additions & 4 deletions tests/storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import type { RunOptions } from '../types.d.ts'
export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'storybookjs/builder-vite',
branch: 'main',
build: 'prepublish',
test: ['build-examples', 'test-ci'],
repo: 'storybookjs/storybook',
branch: 'next',
build: 'vite-ecosystem-ci:build',
beforeTest: 'vite-ecosystem-ci:before-test',
test: 'vite-ecosystem-ci:test',
})
}

0 comments on commit d421716

Please sign in to comment.