Skip to content

Commit

Permalink
chore: change CI
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Jun 18, 2024
1 parent 90a12fb commit 4fa73c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export default defineConfig({
include: ["packages/react-headless/**/*.test.(tsx|ts)"],
exclude: ["**/node_modules/**, **/dist/**"],
environment: "jsdom",
reporters: process.env.GITHUB_ACTIONS ? ["verbose", "github-actions"] : ["verbose"],
reporters: process.env.CI ? ["verbose", "github-actions"] : ["verbose"],
},
});

0 comments on commit 4fa73c4

Please sign in to comment.