Skip to content

Commit

Permalink
install playwright dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Oct 23, 2023
1 parent 10bbd01 commit 32a247a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
- name: ${{ matrix.browser-name }}
uses: actions/setup-node@v3
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run build --if-present
- run: npm run test-chrome -- --browsers ${{ matrix.browser-name }}

0 comments on commit 32a247a

Please sign in to comment.