Skip to content

Commit 2cf1438

Browse files
committed
update gha
1 parent b9ac601 commit 2cf1438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
if: matrix.config.custom != 'no-cpp4rtest'
7979
run: |
8080
options(warn = 2)
81-
pak::local_install_dev_deps("cpp4rtest", dependencies = TRUE)
82-
install.packages(".", repos = NULL, type = "source")
83-
install.packages("cpp4rtest", repos = NULL, INSTALL_opts = "--install-tests", type = "source")
81+
pak::local_install_dev_deps("./extended-tests/cpp4rtest", dependencies = TRUE)
82+
install.packages("./", repos = NULL, type = "source")
83+
install.packages("./extended-tests/cpp4rtest", repos = NULL, INSTALL_opts = "--install-tests", type = "source")
8484
shell: Rscript {0}
8585

8686
- uses: r-lib/actions/check-r-package@v2
@@ -91,7 +91,7 @@ jobs:
9191
- name: Run cpp4rtest tests
9292
if: matrix.config.custom != 'no-cpp4rtest'
9393
run: |
94-
setwd("cpp4rtest/tests")
94+
setwd("./extended-tests/cpp4rtest/tests")
9595
library(testthat)
9696
library(cpp4rtest)
9797
test_check("cpp4rtest", reporter = "progress")

0 commit comments

Comments
 (0)