Skip to content

Commit

Permalink
ci: local sb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezhik Kyzyl-ool committed Apr 23, 2024
1 parent 641654a commit ad6be98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-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 storybook-static --port 7007 --silent" \
"npx wait-on tcp:6006 && npm run test-storybook"
"npx wait-on tcp:7007 && npm run test-storybook"

0 comments on commit ad6be98

Please sign in to comment.