Skip to content

Commit

Permalink
using find_snap JDK on cmd-check
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Apr 5, 2024
1 parent 29048bd commit 9d0b18d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2

- name: Java setup
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '21'
java-package: jdk
cache: 'gradle'
- run: ./gradlew build


- name: Query dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion r-package/tests/testthat/test-z_r5r_cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ context("r5r_cache")
# skip tests because they take too much time
skip_if(Sys.getenv("TEST_ONE") != "")
testthat::skip_on_cran()
testthat::skip_if_not_installed("arrow")

try(silent = TRUE, r5r::stop_r5())

Expand Down

0 comments on commit 9d0b18d

Please sign in to comment.