mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Install playwright on demand (#40722)
* Remove playwright from package.json * Install playwright on demand * Adds debugging info to the playwright script * Move installation first * Get it working on node 10 again * Update browserIntegrationTest.js * Update browserIntegrationTest.js Co-authored-by: Orta <git@orta.io>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -42,6 +42,9 @@ jobs:
|
||||
- name: Linter
|
||||
run: npm run lint:ci
|
||||
|
||||
- name: Adding playwright
|
||||
run: npm install --no-save --no-package-lock playwright
|
||||
|
||||
- name: Validate the browser can import TypeScript
|
||||
run: gulp test-browser-integration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user