Skip to content

Commit

Permalink
tweak output
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 19, 2024
1 parent ea22d87 commit 9fb0685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@ jobs:
tools::summarize_check_packages_in_dir_results("newpkg-checklogs")
# Check for regressions
cat("\n------- Check for regressions ------\n")
changes <- tools::check_packages_in_dir_changes("newpkg-checklogs", "oldpkg-checklogs")
if(nrow(changes)){
cat("Changes:\n")
print(changes)
stop("Found potential regressions")
stop("Found potential problems")
} else {
cat("No changes between old and new version\n")
}
Expand Down

0 comments on commit 9fb0685

Please sign in to comment.