Skip to content

Commit 48b8813

Browse files
Simon Bigelmayrclaude
andcommitted
refactor: merge storybook build and test into single job
Eliminates duplicate Storybook build step, saving ~1m21s in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f71e3d5 commit 48b8813

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ jobs:
5151
- run: yarn run build
5252

5353
storybook:
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@v5
57-
- uses: actions/setup-node@v6
58-
with:
59-
node-version: 22
60-
- run: corepack enable
61-
- run: yarn install
62-
- run: yarn run storybook:build
63-
64-
test-storybook:
6554
runs-on: ubuntu-latest
6655
steps:
6756
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)