Skip to content

Commit

Permalink
feat: activate storybook module tests (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Sep 9, 2024
1 parent 56ee2ae commit 66750ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ on:
- sitemap
- i18n-module
- werewolves-assistant
- storybook
jobs:
init:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -161,6 +162,7 @@ jobs:
- sitemap
- i18n-module
- werewolves-assistant
- storybook
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ on:
- sitemap
- i18n-module
- werewolves-assistant
- storybook
jobs:
execute-selected-suite:
timeout-minutes: 30
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- sitemap
- i18n-module
- werewolves-assistant
- storybook
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tests/storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'nuxt-modules/storybook',
build: ['dev:prepare', 'build'],
build: ['dev:prepare', 'build', 'dev:build', 'example:showcase:build'],
test: ['test'],
})
}

0 comments on commit 66750ef

Please sign in to comment.