Download Playwright when node_modules are restored from cache

This commit is contained in:
Alex Dima 2021-11-15 16:25:47 +01:00
parent a21839d00d
commit f84185f497
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
2 changed files with 18 additions and 13 deletions

View file

@ -29,6 +29,10 @@ jobs:
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: npm install --prefix webpack-plugin
- name: Download Playwright
if: ${{ steps.cacheNodeModules.outputs.cache-hit == 'true' }}
run: npm run playwright-install
- name: Check prettier
run: npm run prettier-check