mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Run tests (#5099)
This commit is contained in:
parent
d38215cf6b
commit
925720b094
1 changed files with 0 additions and 4 deletions
|
|
@ -89,8 +89,6 @@ async function buildAndTest() {
|
||||||
// Build editor distribution
|
// Build editor distribution
|
||||||
await run('npm run gulp editor-distro', { cwd: vscodePath });
|
await run('npm run gulp editor-distro', { cwd: vscodePath });
|
||||||
|
|
||||||
return; // To save CI time.
|
|
||||||
|
|
||||||
// Run browser tests
|
// Run browser tests
|
||||||
await run('npm run test-browser --browser chromium', { cwd: vscodePath });
|
await run('npm run test-browser --browser chromium', { cwd: vscodePath });
|
||||||
|
|
||||||
|
|
@ -110,6 +108,4 @@ async function buildAndTest() {
|
||||||
await run('npm test', { cwd: testMonacoDir });
|
await run('npm test', { cwd: testMonacoDir });
|
||||||
}
|
}
|
||||||
|
|
||||||
//buildAndTest();
|
|
||||||
//prepareMonacoEditorCoreRelease('0.99.0', 'main');
|
|
||||||
prepareMonacoEditorCoreReleaseStableOrNightly();
|
prepareMonacoEditorCoreReleaseStableOrNightly();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue