Skip to content

Commit

Permalink
better logs, install build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 12, 2025
1 parent 62562f9 commit 5f54b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/lint_r_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ if (issues_found > 0L) {
print(results)
}

print("Done linting R code")

quit(save = "no", status = issues_found)
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2
- name: build package
run: |
Rscript -e "install.packages(c('rmarkdown', 'knitr'), repos = 'https://cran.r-project.org')"
./.ci/build-package.sh
mkdir -p ./artifacts
mv ./uptasticsearch*.tar.gz ./artifacts
Expand Down

0 comments on commit 5f54b66

Please sign in to comment.