Skip to content

Commit

Permalink
chore(ci): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Sep 22, 2024
1 parent 296f296 commit 19cb0a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ runs:
failures=$((failures+1))
fi
done < <(find "${{ inputs.folder }}" -type f -name "*.ark" -print0)
[ $failures -gt 0 ] && exit 1
echo $failures
[ $failures -gt 0 ] && exit 1 || exit 0

0 comments on commit 19cb0a7

Please sign in to comment.