mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:41:22 -06:00
Actually install playwright in artifact build script now that it's not installed by default
Basically copying bfea348e40e02c3408bf94a54739ebad40018827
This commit is contained in:
parent
ba1b9d2d6d
commit
d72de70fbc
@ -25,6 +25,8 @@ jobs:
|
||||
npm test
|
||||
env:
|
||||
CI: true
|
||||
- name: Adding playwright
|
||||
run: npm install --no-save --no-package-lock playwright
|
||||
- name: Validate the browser can import TypeScript
|
||||
run: gulp test-browser-integration
|
||||
- name: LKG, clean, and pack
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user