Skip to content

Commit

Permalink
chore: install playwright browser in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hornta committed Jun 25, 2024
1 parent ab6bff3 commit cced372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run build
- run: npx playwright install --with-deps
- run: npm test

0 comments on commit cced372

Please sign in to comment.