Always install playwright

This commit is contained in:
Alex Dima 2021-11-15 16:34:39 +01:00
parent f84185f497
commit de38109d4c
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
4 changed files with 1 additions and 72 deletions

View file

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