mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
First attempt at nightly
This commit is contained in:
parent
7318711606
commit
7a9cff59a7
3 changed files with 103 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue