feat(ci): simplify trial to balance reliability and speed

This commit is contained in:
mkorwel
2026-04-14 20:07:02 -07:00
parent 36e509bcca
commit 73ecb6816f
2 changed files with 6 additions and 20 deletions
-5
View File
@@ -55,10 +55,5 @@ export default defineConfig({
['json-summary', { outputFile: 'coverage-summary.json' }],
],
},
server: {
deps: {
inline: [/@google\/gemini-cli-core/],
},
},
},
});