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: {
|
test: {
|
||||||
alias,
|
alias,
|
||||||
reporters: process.env.CI ? ['default', 'github'] : ['default'],
|
reporters: process.env.CI ? ['default', 'github-actions'] : ['default'],
|
||||||
projects: [
|
projects: [
|
||||||
{
|
{
|
||||||
resolve: {
|
resolve: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue