We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58c4af commit c51ea05Copy full SHA for c51ea05
.github/actions/setup-kat/action.yml
@@ -34,4 +34,4 @@ runs:
34
echo "Current PATH: $PATH"
35
ls -l "$kat_binary_path"
36
37
- echo "Installed kat version $(kat version)"
+ echo "Installed kat version $(kat version)" || (echo "Failed to execute kat command" && exit 1)
0 commit comments