Skip to content

Commit

Permalink
fix: run playwright install-deps
Browse files Browse the repository at this point in the history
Ignore if the command fails
  • Loading branch information
achingbrain committed Jan 27, 2022
1 parent 40a49f6 commit 7f83b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/cache-node-modules/action.yml
Expand Up @@ -31,6 +31,7 @@ runs:
- if: steps.cache.outputs.cache-hit != 'true'
run: |
npm install
npx -y playwright install-deps || true
npm run --if-present build
${{ inputs.build }}
shell: bash

0 comments on commit 7f83b6c

Please sign in to comment.