Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5f54b66

Browse files
committedJan 12, 2025··
better logs, install build deps
1 parent 62562f9 commit 5f54b66

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎.ci/lint_r_code.R

+2
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,6 @@ if (issues_found > 0L) {
106106
print(results)
107107
}
108108

109+
print("Done linting R code")
110+
109111
quit(save = "no", status = issues_found)

‎.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- uses: r-lib/actions/setup-pandoc@v2
3838
- name: build package
3939
run: |
40+
Rscript -e "install.packages(c('rmarkdown', 'knitr'), repos = 'https://cran.r-project.org')"
4041
./.ci/build-package.sh
4142
mkdir -p ./artifacts
4243
mv ./uptasticsearch*.tar.gz ./artifacts

0 commit comments

Comments
 (0)
Please sign in to comment.