Skip to content

Commit

Permalink
test(storybook): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gmldus committed Nov 15, 2023
1 parent e94820e commit 288f990
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 @@ -24,4 +24,4 @@ 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 288f990

Please sign in to comment.