Skip to content

Commit

Permalink
#105 set RCMDCHECK var explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 17, 2020
1 parent 78c1c40 commit e8ad349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
env:
_R_CHECK_CRAN_INCOMING_: false
FULL_TEST_SUITE: 1
RCMDCHECK: "FALSE"
run: |
install.packages(list.files("./check", pattern = "XLConnect_.*.tar.gz", full.names = TRUE), repos=NULL, type="source")
source("tests/run_tests.R")
Expand Down

0 comments on commit e8ad349

Please sign in to comment.