Skip to content

Commit

Permalink
chore: add additional install step to playwright install (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 authored Jul 23, 2024
1 parent 272b502 commit 41855e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/playwright/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ runs:
if: steps.playwright-cache.outputs.cache-hit != 'true'
working-directory: ./${{ inputs.testDir }}
shell: bash

- name: Install playwright dependencies if needed
run: npx playwright install-deps
if: steps.playwright-cache.outputs.cache-hit == 'true'
working-directory: ./${{ inputs.testDir }}
shell: bash

0 comments on commit 41855e4

Please sign in to comment.