Skip to content

Commit

Permalink
NEXT-33446 - use script from package.json instead of custom script
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Feb 6, 2024
1 parent a42065a commit f892811
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ jobs:
id: storybookTests
run: |
cd ./packages/component-library &&
pnpm dlx concurrently --kill-others --success first --names "SB,TEST" --prefix-colors "magenta,blue" \
"http-server storybook-static -a 127.0.0.1 --port 6006" \
"wait-on http://127.0.0.1:6006 && pnpm run test-storybook"
pnpm run test-storybook:ci
- name: Archive visual test diffs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f892811

Please sign in to comment.