Skip to content

Commit

Permalink
wip: install playwright with pnpx
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Mar 8, 2024
1 parent 953c7f0 commit de07f5c
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 de07f5c

Please sign in to comment.