Actually install playwright in artifact build script now that it's not installed by default

Basically copying bfea348e40e02c3408bf94a54739ebad40018827
This commit is contained in:
Daniel Rosenwasser 2020-11-14 21:58:53 -08:00 committed by GitHub
parent ba1b9d2d6d
commit d72de70fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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