Actually install playwright in artifact build script

Now that it's not installed by default
This commit is contained in:
Wesley Wigham
2020-11-11 16:33:39 -08:00
committed by GitHub
parent f79a78cd54
commit bfea348e40

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