Skip to content

Commit 8b83576

Browse files
authored
Merge pull request #16 from DeterminateSystems/nonzero-err
Don't raise an exception on a non-zero output
2 parents 5b0b26b + a4cfe67 commit 8b83576

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

dist/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class FlakeCheckerAction {
8686
...executionEnv,
8787
...process.env, // To get $PATH, etc
8888
},
89+
ignoreReturnCode: true,
8990
});
9091

9192
if (exitCode !== 0) {

0 commit comments

Comments
 (0)