Skip to content

Commit

Permalink
ci: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jun 26, 2024
1 parent be6eae5 commit 3982024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/check_rule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ check_fail_conditions() {

if [ "$RESULT" -eq 0 ]; then
echo "$package_name/$rule_name fail condition test - ❌"
log=$(vale --config="$config_file" --output=line "$fail_md_file")
echo "Debug: $log"
failed_tests=$((failed_tests + 1))
return 1
fi
Expand Down

0 comments on commit 3982024

Please sign in to comment.