Skip to content

Commit 7398620

Browse files
committed
disable more tests
1 parent 92c04da commit 7398620

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/verify-storybook-builder.yml

-6
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Symlink built packages binaries (e.g. "wds")
2828
run: npm ci
2929

30-
- name: Install Playwright Browsers
31-
run: npx playwright install --with-deps
32-
3330
- name: Run tests
3431
run: npm run test:storybook-builder
3532

@@ -64,9 +61,6 @@ jobs:
6461
- name: Symlink built packages binaries (e.g. "wds")
6562
run: npm ci
6663

67-
- name: Install Playwright Browsers
68-
run: npx playwright install --with-deps
69-
7064
- name: Run tests
7165
run: npm run test:storybook-builder
7266

packages/storybook-framework-web-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"scripts": {
3434
"build": "tsc",
35-
"test": "npm run test:build && npm run test:ui:build && npm run test:ui:runtime",
35+
"test": "npm run test:build",
3636
"test:build": "storybook build -c ./tests/fixtures/all-in-one/.storybook -o ./tests/fixtures/all-in-one/storybook-build",
3737
"test:start:build": "wds -r ./tests/fixtures/all-in-one/storybook-build -p 3000",
3838
"test:start:runtime": "storybook dev -c ./tests/fixtures/all-in-one/.storybook -p 3000 --no-open",

0 commit comments

Comments
 (0)