From 4370fe848fe4bd5ee61771cf2db6b1a59b89e507 Mon Sep 17 00:00:00 2001 From: Nelito Junior Date: Tue, 10 Dec 2024 19:17:09 -0300 Subject: [PATCH] Update .github/actions/setup-playwright/action.yaml Co-authored-by: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> --- .github/actions/setup-playwright/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-playwright/action.yaml b/.github/actions/setup-playwright/action.yaml index 8638e9c8d..06947bc86 100644 --- a/.github/actions/setup-playwright/action.yaml +++ b/.github/actions/setup-playwright/action.yaml @@ -28,5 +28,6 @@ runs: - name: Install Playwright Browsers shell: bash + continue-on-error: true run: | - pnpm playwright install --with-deps ${{ inputs.browser }} --force + pnpm playwright install --with-deps ${{ inputs.browser }}