mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Try to enable smoketests also on webkit
This commit is contained in:
parent
dfe35b15bb
commit
45227a089e
4 changed files with 6 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -32,6 +32,9 @@ jobs:
|
|||
- name: Install Playwright
|
||||
run: npm run playwright-install
|
||||
|
||||
- name: Install OS Dependencies for Playwright
|
||||
run: sudo npm run playwright-install-deps
|
||||
|
||||
- name: Check prettier
|
||||
run: npm run prettier-check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue