First attempt at nightly

This commit is contained in:
Alex Dima 2021-11-22 21:57:39 +01:00
parent 7318711606
commit 7a9cff59a7
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
3 changed files with 103 additions and 3 deletions

View file

@ -23,11 +23,11 @@ jobs:
- name: Install node modules (1)
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: npm install
run: npm ci
- name: Install node modules (2)
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: npm install --prefix webpack-plugin
run: npm ci --prefix webpack-plugin
- name: Install Playwright
run: npm run playwright-install