diff --git a/vitest.config.ts b/vitest.config.ts index fc9b129..9f96737 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -8,6 +8,6 @@ export default defineConfig({ reporter: env.GITHUB_ACTIONS ? [] : ['html', 'clover', 'json'], }, - reporters: env.GITHUB_ACTIONS ? ['github-actions'] : ['dot'], + reporters: env.GITHUB_ACTIONS ? ['dot', 'github-actions'] : ['dot'], }, })