mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Remove webkit for now (ubuntu-latest is missing deps)
This commit is contained in:
parent
78b2edf1e3
commit
db6aec351b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ yaserver
|
||||||
async function runTests() {
|
async function runTests() {
|
||||||
await runTest('chromium');
|
await runTest('chromium');
|
||||||
await runTest('firefox');
|
await runTest('firefox');
|
||||||
await runTest('webkit');
|
// await runTest('webkit');
|
||||||
}
|
}
|
||||||
|
|
||||||
function runTest(browser) {
|
function runTest(browser) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue