From 2e7762a60a51f3e87440c65fdb24117d0c6c625d Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Thu, 17 Oct 2024 17:56:20 -0300 Subject: [PATCH] ci: fix actions --- .github/workflows/pr-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 0e953ca712..e71e98edf4 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -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