Skip to content

Commit

Permalink
Fix CI env check from PR comment in #7220
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Aug 30, 2023
1 parent 5b5bb9b commit 517e40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
"packages/remix-testing",
],
reporters:
process.env.GITHUB_ACTIONS === null
process.env.GITHUB_ACTIONS == null
? ["default"]
: [["github-actions", { silent: false }], "summary"],
watchPlugins: [
Expand Down

0 comments on commit 517e40b

Please sign in to comment.