diff --git a/.github/workflows/visual-tests.yml b/.github/workflows/visual-tests.yml index e6379a605..68a4486dc 100644 --- a/.github/workflows/visual-tests.yml +++ b/.github/workflows/visual-tests.yml @@ -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" + "wait-on http://127.0.0.1:6006 && pnpx turbo run test:storybook --filter=@shopware-ag/meteor-component-library -- -u" - name: Run tests and update snapshots if: ${{ github.event_name == 'workflow_dispatch' }}