Skip to content

Commit

Permalink
ci(main): added missing playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Jan 12, 2024
1 parent 5a01718 commit e1248e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Install Dependencies (Playground)
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci
- name: Install Playwright
run: npx playwright install --with-deps
- name: Test
run: npm run test

Expand Down

0 comments on commit e1248e0

Please sign in to comment.