mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Install playwright dependencies in monaco-editor-core job (#5116)
This commit is contained in:
parent
5486e82ffa
commit
574b846ad2
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue