mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Install playwright using npx playwright install
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -310,8 +310,8 @@ jobs:
|
||||
- name: Editor Distro & ESM Bundle
|
||||
run: yarn gulp editor-esm-bundle
|
||||
|
||||
- name: Download Playwright
|
||||
run: yarn playwright-install
|
||||
- name: Install Playwright
|
||||
run: npx playwright install
|
||||
|
||||
- name: Editor ESM sources check
|
||||
working-directory: ./test/monaco
|
||||
|
||||
Reference in New Issue
Block a user