File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
- name : Build Storybook
28
28
run : npm run storybook:build
29
29
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"
You can’t perform that action at this time.
0 commit comments