mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Download Playwright when node_modules are restored from cache
This commit is contained in:
parent
a21839d00d
commit
f84185f497
2 changed files with 18 additions and 13 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue