Install playwright deps

This commit is contained in:
Alex Dima 2022-01-25 19:38:08 +01:00
parent 2ccb32cfe9
commit a33a712042
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -313,6 +313,9 @@ jobs:
- name: Install Playwright
run: npx playwright install
- name: Install OS Dependencies for Playwright
run: sudo npx playwright install-deps
- name: Editor ESM sources check
working-directory: ./test/monaco
run: yarn run esm-check