We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7563b69 commit 4f36d7aCopy full SHA for 4f36d7a
.github/workflows/preview-and-test.yml
@@ -51,6 +51,6 @@ jobs:
51
- name: Storybook Test
52
if: ${{ env.vercel_token != '' }}
53
run: |
54
- pnpm --filter qwik-app exec playwright install --with-deps && pnpm --filter qwik-app test-storybook
+ pnpm --filter qwik-app exec playwright install --with-deps chromium && pnpm --filter qwik-app test-storybook
55
env:
56
TARGET_URL: "${{ steps.deploy.outputs.url }}"
0 commit comments