Skip to content

Commit

Permalink
Install playwright in the deploy-demo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Aug 19, 2024
1 parent 6d44073 commit 5b915a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: google/wireit@setup-github-actions-caching/v1

- run: npm ci
- run: npx playwright install-deps
- run: npx playwright install
- run: npm run build

- name: Deploy to gh-pages
Expand Down

0 comments on commit 5b915a1

Please sign in to comment.