fix(config): update vitest reporter for CI to github-actions
This commit is contained in:
parent
0448835892
commit
8060ae9944
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export default defineConfig({
|
|||
},
|
||||
test: {
|
||||
alias,
|
||||
reporters: process.env.CI ? ['default', 'github'] : ['default'],
|
||||
reporters: process.env.CI ? ['default', 'github-actions'] : ['default'],
|
||||
projects: [
|
||||
{
|
||||
resolve: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue