Skip to content

Commit

Permalink
Merge pull request #28489 from atarek12/patch-1
Browse files Browse the repository at this point in the history
docs: Update test-runner-local-build-workflow.md
  • Loading branch information
yannbf authored Jul 15, 2024
2 parents b47b346 + 1fa931f commit 4e01c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/test-runner-local-build-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: |
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --port 6006 --silent" \
"npx wait-on tcp:6006 && yarn test-storybook"
"npx wait-on tcp:127.0.0.1:6006 && yarn test-storybook"
```

0 comments on commit 4e01c1f

Please sign in to comment.