Skip to content

Commit

Permalink
Merge pull request #16 from DeterminateSystems/nonzero-err
Browse files Browse the repository at this point in the history
Don't raise an exception on a non-zero output
  • Loading branch information
grahamc authored May 9, 2024
2 parents 5b0b26b + a4cfe67 commit 8b83576
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class FlakeCheckerAction {
...executionEnv,
...process.env, // To get $PATH, etc
},
ignoreReturnCode: true,
});

if (exitCode !== 0) {
Expand Down

0 comments on commit 8b83576

Please sign in to comment.