Skip to content

Commit

Permalink
adding deps flag to playwright in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igomur authored Oct 9, 2023
1 parent 98fffc5 commit ddaad4a
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: npx playwright install ${{ inputs.browsers }}
run: npx playwright install --with-deps ${{ inputs.browsers }}

0 comments on commit ddaad4a

Please sign in to comment.