mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 22:15:18 -05:00
Fix playright browser installs due to upstream breaking change (#55740)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -97,8 +97,8 @@ jobs:
|
||||
check-latest: true
|
||||
- run: npm ci
|
||||
|
||||
- name: Adding playwright
|
||||
run: npm install --no-save --no-package-lock playwright
|
||||
- name: Installing browsers
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
- name: Validate the browser can import TypeScript
|
||||
run: npx hereby test-browser-integration
|
||||
|
||||
@@ -30,8 +30,8 @@ jobs:
|
||||
run: |
|
||||
npm ci
|
||||
npm test
|
||||
- name: Adding playwright
|
||||
run: npm install --no-save --no-package-lock playwright
|
||||
- name: Installing browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Validate the browser can import TypeScript
|
||||
run: npx hereby test-browser-integration
|
||||
- name: LKG, clean, and pack
|
||||
|
||||
Reference in New Issue
Block a user