Skip to content

Commit d654365

Browse files
committed
Display test output in action
1 parent 4f91b0f commit d654365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineConfig({
2828
// @ts-expect-error ignore -- TypeScript version compatibility issue
2929
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
3030
reporters: process.env.GITHUB_ACTIONS
31-
? ["github-actions"]
31+
? ["github-actions", "default"]
3232
: ["default", "html"],
3333
},
3434
build: {

0 commit comments

Comments
 (0)