[CI] Remove R check from Jenkins (#6372)

* Remove R check from Jenkins

* Print stacktrace when CRAN test fail in GitHub Actions

* Add verbose flag in tests/ci_build/print_r_stacktrace.sh

* Fix path in tests/ci_build/print_r_stacktrace.sh
This commit is contained in:
Philip Hyunsu Cho
2020-11-10 22:46:54 -08:00
committed by GitHub
parent a5cfa7841e
commit 7f101d1b33
5 changed files with 17 additions and 94 deletions

View File

@@ -351,4 +351,6 @@ jobs:
- name: Check R Package
run: |
make Rcheck
# Print stacktrace upon success of failure
make Rcheck || tests/ci_build/print_r_stacktrace.sh fail
tests/ci_build/print_r_stacktrace.sh success