From 786bb0491b5b546adc7c828a92438143f42d13d8 Mon Sep 17 00:00:00 2001 From: Naily Date: Fri, 1 Nov 2024 17:58:13 +0800 Subject: [PATCH] ci: test --- vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], }, })