Skip to content

Commit

Permalink
remove snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair-simon committed Jan 8, 2025
1 parent 3c34071 commit 9755f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
npx concurrently --kill-others --success first --names "SB,TEST" --hide "SB" --prefix-colors "magenta,blue" \
"http-server ./packages/component-library/storybook-static -a 127.0.0.1 --port 6006" \
"wait-on http://127.0.0.1:6006 && pnpx turbo run test:storybook --filter=@shopware-ag/meteor-component-library -- -u"
"wait-on http://127.0.0.1:6006 && pnpx turbo run test:storybook --filter=@shopware-ag/meteor-component-library"
- name: Run tests and update snapshots
if: ${{ github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit 9755f70

Please sign in to comment.