Skip to content

Commit

Permalink
Fix indefinite hang on wait
Browse files Browse the repository at this point in the history
  • Loading branch information
melvin-chen committed Feb 26, 2024
1 parent 54fc328 commit e1ad237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: |
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server packages/nuka/storybook-static --port 6006" \
"npx wait-on tcp:6006 && pnpm test:storybook"
"npx wait-on tcp:127.0.0.1:6006 && pnpm test:storybook"

0 comments on commit e1ad237

Please sign in to comment.