mirror of https://github.com/vuejs/core.git
ci: use single thread for e2e tests on ci
This commit is contained in:
parent
064e82f585
commit
8ee69e7eaf
|
@ -3,6 +3,11 @@ import config from './vitest.config'
|
|||
|
||||
export default mergeConfig(config, {
|
||||
test: {
|
||||
poolOptions: {
|
||||
threads: {
|
||||
singleThread: !!process.env.CI,
|
||||
},
|
||||
},
|
||||
include: ['packages/vue/__tests__/e2e/*.spec.ts'],
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue