Skip to content

Commit

Permalink
ci(browser-test): add linux optional library
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Dec 13, 2024
1 parent f928445 commit 1e26083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/browser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Install linux rollup optional dependencies
run: npm i @rollup/rollup-linux-x64-gnu -D
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Test with browser bundle
Expand Down

0 comments on commit 1e26083

Please sign in to comment.