Skip to content

Commit

Permalink
ci: update concurrency command
Browse files Browse the repository at this point in the history
  • Loading branch information
janivo committed Aug 10, 2022
1 parent f838d0c commit 52f1167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Serve Storybook and run tests
working-directory: packages/storybook
run: |
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server ./packages/storybook/dist --port 6006 --silent" \
npx concurrently --names "SB,TEST" --success "command-{TEST}" --kill-others \
"npx http-server /dist --port 6006 --silent" \
"npx wait-on tcp:6006 && yarn test-storybook"
- name: Upload test results
if: failure()
Expand Down

0 comments on commit 52f1167

Please sign in to comment.