Skip to content

Commit

Permalink
update wait on tcp address
Browse files Browse the repository at this point in the history
  • Loading branch information
melvin-chen committed Feb 21, 2024
1 parent 7ebe168 commit 1db7dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Serve Storybook and run tests
run: |
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --port 6006 --silent" \
"npx wait-on tcp:127.0.0.1:6006 && pnpm test:storybook"
"npx http-server storybook-static --port 9009 --silent" \
"npx wait-on tcp:127.0.0.1:9009 && pnpm test:storybook --url http://127.0.0.1:9009/"

0 comments on commit 1db7dcc

Please sign in to comment.