mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Actually install playwright in artifact build script
Now that it's not installed by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user