Skip to content

Commit e7aa5b7

Browse files
committed
build: install less playwright junk
1 parent eeb5567 commit e7aa5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
- name: Storybook Test
5252
if: ${{ env.vercel_token != '' }}
5353
run: |
54-
pnpm --filter qwik-app exec playwright install --with-deps && pnpm --filter qwik-app test-storybook
54+
pnpm --filter qwik-app exec playwright install --with-deps chromium && pnpm --filter qwik-app test-storybook
5555
env:
5656
TARGET_URL: "${{ steps.deploy.outputs.url }}"

0 commit comments

Comments
 (0)