Skip to content

Commit

Permalink
Update .github/actions/setup-playwright/action.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Geron <[email protected]>
  • Loading branch information
nelitow and arthurgeron authored Dec 10, 2024
1 parent 45247c6 commit 4370fe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-playwright/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4370fe8

Please sign in to comment.