Skip to content

Commit

Permalink
install playwright as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
arv committed Nov 29, 2023
1 parent 1b728b7 commit 984be2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ jobs:
node-version: 20.x
cache: 'npm'
- run: npm ci
- name: Install Playwright Deps
run: npx playwright install --with-deps
- run: npm run test

0 comments on commit 984be2f

Please sign in to comment.