Skip to content

Commit

Permalink
Merge pull request #29 from wayofdev/fix/playwright-install
Browse files Browse the repository at this point in the history
  • Loading branch information
igomur authored Oct 25, 2023
2 parents 0649e40 + 85d80da commit e5f8a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/playwright-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ runs:
- name: 📦 Install playwright browsers
if: steps.playwright-cache.outputs.cache-matched-key != ${{ steps.playwright-cache-config.outputs.CACHE_KEY }}
shell: bash
run: pnpm exec playwright install --with-deps ${{ inputs.browsers }}
run: pnpx playwright install --with-deps ${{ inputs.browsers }}

0 comments on commit e5f8a55

Please sign in to comment.