mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Installs playwright deps via install-deps script
This commit is contained in:
parent
5486e82ffa
commit
288737a4d4
3 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ extends:
|
|||
- script: npm ci
|
||||
displayName: Install NPM dependencies
|
||||
|
||||
- script: npx playwright install --with-deps
|
||||
- script: npx playwright install-deps
|
||||
displayName: Install Playwright Dependencies
|
||||
|
||||
- script: yarn ts-node ./scripts/ci/build-monaco-editor-pkg nightly
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ extends:
|
|||
- script: npm ci
|
||||
displayName: Install NPM dependencies
|
||||
|
||||
- script: npx playwright install --with-deps
|
||||
- script: npx playwright install-deps
|
||||
displayName: Install Playwright Dependencies
|
||||
|
||||
- script: yarn ts-node ./scripts/ci/build-monaco-editor-pkg stable
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
npm ci
|
||||
|
||||
- name: Download Playwright
|
||||
run: npx playwright install --with-deps
|
||||
run: npx playwright install-deps
|
||||
|
||||
- name: execute `npm ci` (2)
|
||||
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue