mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Always install playwright
This commit is contained in:
parent
f84185f497
commit
de38109d4c
4 changed files with 1 additions and 72 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue