Skip to content

Commit e333eab

Browse files
t-hamanoMamaduka
andauthored
Automated Testing: Skip storybook smoke test (#69943)
Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mamaduka <[email protected]>
1 parent 9122cc3 commit e333eab

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/storybook-check.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
- name: Build Storybook
2828
run: npm run storybook:build
2929

30-
- name: Install Playwright dependencies
31-
run: npx playwright install --with-deps
32-
33-
- name: Serve Storybook and run tests
34-
run: |
35-
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
36-
"npx http-server ./storybook/build --port 50240 --silent" \
37-
"npx wait-on tcp:127.0.0.1:50240 && \
38-
NODE_PATH=./node_modules \
39-
npx --package=@storybook/test-runner -- \
40-
test-storybook --url http://localhost:50240 --config-dir ./storybook"
30+
# - name: Install Playwright dependencies
31+
# run: npx playwright install --with-deps
32+
33+
# - name: Serve Storybook and run tests
34+
# run: |
35+
# npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
36+
# "npx http-server ./storybook/build --port 50240 --silent" \
37+
# "npx wait-on tcp:127.0.0.1:50240 && \
38+
# NODE_PATH=./node_modules \
39+
# npx --package=@storybook/test-runner -- \
40+
# test-storybook --url http://localhost:50240 --config-dir ./storybook"

0 commit comments

Comments
 (0)