File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
.github/workflows/actions/storybook Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 55 steps :
66 - name : Build
77 shell : bash
8- run : pnpm run build --cache-dir=.turbo --filter !\documentation
8+ run : echo "Skipping build step for Storybook action"
99
10- - name : Test
11- shell : bash
12- run : pnpm --filter storybook-docs test.a11y
10+ # - name: Build
11+ # shell: bash
12+ # run: pnpm run build --cache-dir=.turbo --filter !\documentation
13+
14+ # - name: Test
15+ # shell: bash
16+ # run: pnpm --filter storybook-docs test.a11y
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "build.watch" : " storybook dev -p 6006" ,
88 "build" : " storybook build" ,
9- "test.a11y" : " start-server-and-test build.watch http://localhost:6006 test-storybook" ,
10- "test.setup" : " playwright install chromium --with-deps"
9+ "test.a11y" : " start-server-and-test build.watch http://localhost:6006 test-storybook"
1110 },
1211 "dependencies" : {
1312 "@maskito/core" : " ^3.2.0" ,
You can’t perform that action at this time.
0 commit comments