Skip to content

Commit

Permalink
refactor(ci): use pnpx to install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Mar 28, 2024
1 parent 0ca2231 commit 45cb422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-cache-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ runs:
- shell: bash
if: ${{ inputs.BROWSER_BINARIES && steps.playwright-cache.outputs.cache-hit != 'true' }}
working-directory: ${{ inputs.WORKSPACE_ROOT }}
run: npx playwright install --with-deps
run: pnpx playwright install --with-deps

- shell: bash
if: ${{ inputs.BROWSER_BINARIES && steps.playwright-cache.outputs.cache-hit != 'true' }}
working-directory: ${{ inputs.WORKSPACE_ROOT }}
run: npx playwright install-deps
run: pnpx playwright install-deps

- name: ↧ Install Remaining Dependencies
shell: bash
Expand Down

0 comments on commit 45cb422

Please sign in to comment.