Skip to content

Commit

Permalink
ci: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Oct 17, 2024
1 parent b3731f8 commit 2e7762a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install Playwright Chromium
if: matrix.test-type == 'e2e' || matrix.test-type == 'e2e-crx-lock'
run: pnpx playwright install --with-deps chromium

- name: Build libs
run: pnpm build:libs

Expand Down

0 comments on commit 2e7762a

Please sign in to comment.