Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 15, 2024
1 parent 55b9308 commit 3c1b9b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,16 @@ jobs:
- name: Download log files
uses: actions/download-artifact@v4

- name: Compare results
- name: Show results
shell: Rscript {0}
run: |
changes <- tools::check_packages_in_dir_changes("newpkg-checklogs", "oldpkg-checklogs")
if(nrow(changes)){
cat("Changes:\n")
print(changes)
} else {
cat("No changes, all good\n")
cat("No changes between old and new version\n")
}
cat("\n------- Check results: ------\n")
tools::summarize_check_packages_in_dir_results("newpkg-checklogs")

0 comments on commit 3c1b9b6

Please sign in to comment.