mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Fixes npx playwright install --with-deps
This commit is contained in:
parent
220c1cab84
commit
f047a08481
2 changed files with 6 additions and 3 deletions
|
|
@ -56,15 +56,15 @@ extends:
|
||||||
versionSource: fromFile
|
versionSource: fromFile
|
||||||
versionFilePath: .nvmrc
|
versionFilePath: .nvmrc
|
||||||
|
|
||||||
- script: npx playwright install --with-deps
|
|
||||||
displayName: Install Playwright Dependencies
|
|
||||||
|
|
||||||
- script: sudo apt install -y libkrb5-dev
|
- script: sudo apt install -y libkrb5-dev
|
||||||
displayName: Install libkrb5-dev
|
displayName: Install libkrb5-dev
|
||||||
|
|
||||||
- script: npm ci
|
- script: npm ci
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
|
||||||
|
- script: npx playwright install --with-deps
|
||||||
|
displayName: Install Playwright Dependencies
|
||||||
|
|
||||||
- script: yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg nightly
|
- script: yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg nightly
|
||||||
env:
|
env:
|
||||||
VSCODE_REF: ${{ parameters.vscodeRef }}
|
VSCODE_REF: ${{ parameters.vscodeRef }}
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,9 @@ extends:
|
||||||
- script: npm ci
|
- script: npm ci
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
|
||||||
|
- script: npx playwright install --with-deps
|
||||||
|
displayName: Install Playwright Dependencies
|
||||||
|
|
||||||
- script: yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg stable
|
- script: yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg stable
|
||||||
displayName: Setup, Build & Test monaco-editor-core
|
displayName: Setup, Build & Test monaco-editor-core
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue