diff --git a/test/fixtures/vitest.config.ts b/test/fixtures/vitest.config.ts index 5599527..182e141 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: true // make CI output is same with local + trimRepositoryPrefix: false // make CI output is same with local }) } })