Skip to content

Commit 60e6f22

Browse files
committed
Install playwright dependencies in monaco-editor-core job
1 parent 5486e82 commit 60e6f22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/publish-nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ extends:
5656
versionSource: fromFile
5757
versionFilePath: .nvmrc
5858

59+
- script: npx playwright install --with-deps
60+
displayName: Install Playwright Dependencies
61+
5962
- script: sudo apt install -y libkrb5-dev
6063
displayName: Install libkrb5-dev
6164

0 commit comments

Comments
 (0)