Skip to content

Commit e7af9ee

Browse files
committed
fix(storybook-docs): disable action
1 parent 040c1dd commit e7af9ee

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/actions/storybook/action.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ runs:
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

packages/storybook-docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
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",

0 commit comments

Comments
 (0)