From 8060ae9944592451dffef47c86b8b8100198cfe3 Mon Sep 17 00:00:00 2001 From: Richard R Date: Sat, 30 May 2026 15:40:34 -0600 Subject: [PATCH] fix(config): update vitest reporter for CI to github-actions --- vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitest.config.ts b/vitest.config.ts index c3e8a47..2bf3656 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -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: {