Fixes npx playwright install --with-deps

This commit is contained in:
Henning Dieterichs 2025-11-20 10:56:16 +01:00 committed by GitHub
parent 220c1cab84
commit f047a08481
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -56,15 +56,15 @@ extends:
versionSource: fromFile
versionFilePath: .nvmrc
- script: npx playwright install --with-deps
displayName: Install Playwright Dependencies
- script: sudo apt install -y libkrb5-dev
displayName: Install libkrb5-dev
- script: npm ci
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
env:
VSCODE_REF: ${{ parameters.vscodeRef }}

View file

@ -50,6 +50,9 @@ extends:
- script: npm ci
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
displayName: Setup, Build & Test monaco-editor-core