[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:
committed by
GitHub
parent
a5cfa7841e
commit
7f101d1b33
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user