Skip to content

Commit

Permalink
Revert "ci: flip test reporters"
Browse files Browse the repository at this point in the history
This reverts commit 40c9072.
  • Loading branch information
schoero committed Nov 26, 2022
1 parent 40c9072 commit adf87dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import GithubActionsReporter from "vitest-github-actions-reporter";
export default defineConfig({
test: {
reporters: process.env.GITHUB_ACTIONS
? [new GithubActionsReporter(), "verbose"]
? ["verbose", new GithubActionsReporter()]
: "default"
}
});

0 comments on commit adf87dd

Please sign in to comment.