From 354517cbd5ab00fec8e38b8cc000a2ab6612983f Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:11:50 +0900 Subject: [PATCH] wip: run CI --- test/fixtures/vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/vitest.config.ts b/test/fixtures/vitest.config.ts index 182e141..5599527 100644 --- a/test/fixtures/vitest.config.ts +++ b/test/fixtures/vitest.config.ts @@ -4,7 +4,7 @@ import GitHubActionsReporter from '../../src/index' export default defineConfig({ test: { reporters: new GitHubActionsReporter({ - trimRepositoryPrefix: false // make CI output is same with local + trimRepositoryPrefix: true // make CI output is same with local }) } })