mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +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
|
- script: npm ci
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
|
||||||
- script: npx playwright install --with-deps
|
- script: npx playwright install-deps
|
||||||
displayName: Install Playwright Dependencies
|
displayName: Install Playwright Dependencies
|
||||||
|
|
||||||
- script: yarn ts-node ./scripts/ci/build-monaco-editor-pkg nightly
|
- script: yarn ts-node ./scripts/ci/build-monaco-editor-pkg nightly
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ extends:
|
||||||
- script: npm ci
|
- script: npm ci
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
|
||||||
- script: npx playwright install --with-deps
|
- script: npx playwright install-deps
|
||||||
displayName: Install Playwright Dependencies
|
displayName: Install Playwright Dependencies
|
||||||
|
|
||||||
- script: yarn ts-node ./scripts/ci/build-monaco-editor-pkg stable
|
- 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
|
npm ci
|
||||||
|
|
||||||
- name: Download Playwright
|
- name: Download Playwright
|
||||||
run: npx playwright install --with-deps
|
run: npx playwright install-deps
|
||||||
|
|
||||||
- name: execute `npm ci` (2)
|
- name: execute `npm ci` (2)
|
||||||
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue