Skip to content

Commit 517e40b

Browse files
committed
Fix CI env check from PR comment in #7220
1 parent 5b5bb9b commit 517e40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
"packages/remix-testing",
2525
],
2626
reporters:
27-
process.env.GITHUB_ACTIONS === null
27+
process.env.GITHUB_ACTIONS == null
2828
? ["default"]
2929
: [["github-actions", { silent: false }], "summary"],
3030
watchPlugins: [

0 commit comments

Comments
 (0)