Skip to content

Commit 5b915a1

Browse files
committed
Install playwright in the deploy-demo workflow
1 parent 6d44073 commit 5b915a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: google/wireit@setup-github-actions-caching/v1
1919

2020
- run: npm ci
21+
- run: npx playwright install-deps
22+
- run: npx playwright install
2123
- run: npm run build
2224

2325
- name: Deploy to gh-pages

0 commit comments

Comments
 (0)