This commit is contained in:
Henning Dieterichs 2025-11-07 13:09:19 +01:00 committed by GitHub
parent d38215cf6b
commit 925720b094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();