Skip to content

Commit

Permalink
Install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jan 27, 2025
1 parent d5a3133 commit 8f942d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Unit Tests
run: make test-unit
env:
Expand Down

0 comments on commit 8f942d3

Please sign in to comment.