Skip to content

Commit 873254f

Browse files
authored
chore: add Playwright installation step to docsite-publish-ghpages GA workflow (#34988)
1 parent f5381f5 commit 873254f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docsite-publish-ghpages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install packages
4444
run: yarn install --frozen-lockfile
4545

46+
- name: Install Playwright Browsers
47+
run: yarn playwright install --with-deps
48+
4649
- name: Build storybook
4750
run: yarn nx run public-docsite-v9:build-storybook --nxBail
4851
env:

0 commit comments

Comments
 (0)