Skip to content

Commit

Permalink
wip: run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Nov 30, 2023
1 parent dcd4699 commit 354517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
}
})

0 comments on commit 354517c

Please sign in to comment.