File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ extends:
5656 versionSource : fromFile
5757 versionFilePath : .nvmrc
5858
59- - script : npx playwright install --with-deps
60- displayName : Install Playwright Dependencies
61-
6259 - script : sudo apt install -y libkrb5-dev
6360 displayName : Install libkrb5-dev
6461
6562 - script : npm ci
6663 displayName : Install NPM dependencies
6764
65+ - script : npx playwright install --with-deps
66+ displayName : Install Playwright Dependencies
67+
6868 - script : yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg nightly
6969 env :
7070 VSCODE_REF : ${{ parameters.vscodeRef }}
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ extends:
5050 - script : npm ci
5151 displayName : Install NPM dependencies
5252
53+ - script : npx playwright install --with-deps
54+ displayName : Install Playwright Dependencies
55+
5356 - script : yarn ts-node ./scripts/ci/build-monaco-editor-core-pkg stable
5457 displayName : Setup, Build & Test monaco-editor-core
5558
You can’t perform that action at this time.
0 commit comments