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

Basically copying bfea348e40
This commit is contained in:
Daniel Rosenwasser
2020-11-14 21:58:53 -08:00
committed by GitHub
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