Skip to content

Commit d678c1d

Browse files
authored
Merge pull request #5120 from microsoft/hediet/enormous-herring
Fixes npx playwright install --with-deps
2 parents 220c1ca + f047a08 commit d678c1d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.azure-pipelines/publish-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

.azure-pipelines/publish-stable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)