mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Add smoketest and run it in CI
This commit is contained in:
parent
ab787465b6
commit
78b2edf1e3
7 changed files with 1078 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -37,3 +37,6 @@ jobs:
|
|||
|
||||
- name: Run unit tests
|
||||
run: npm test
|
||||
|
||||
- name: Run smoke test
|
||||
run: npm run smoketest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue