File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 run : docker run --rm -i -v ${PWD}:/mnt -w /mnt ${{ matrix.cntr }} ${{matrix.r }} CMD build --no-build-vignettes --no-manual .
4949
5050 - name : Check
51- run : docker run --rm -i -v ${PWD}:/mnt -w /mnt ${{ matrix.cntr }} ${{ matrix.r }} CMD check --no-vignettes --no-manual Rcpp_*.tar.gz
51+ run : docker run --rm -i -v ${PWD}:/mnt -w /mnt -e CI=true ${{ matrix.cntr }} ${{ matrix.r }} CMD check --no-vignettes --no-manual Rcpp_*.tar.gz
5252
5353 covr :
5454 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 112021-01-16 Dirk Eddelbuettel <edd@debian.org>
22
3- * tests/tinytest.R: Also test for CODECOV when deciding to run
4- extensive tests or just a subset
3+ * tests/tinytest.R: Test for CODECOV when deciding to run extensive
4+ tests or just a subset, and set CI=true to enable run full set
55
662021-01-14 Dirk Eddelbuettel <edd@debian.org>
77
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if (requireNamespace("tinytest", quietly=TRUE)) {
2424 # # https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
2525 # # GitHub Action also set CI variable; see
2626 # # https://docs.github.com/en/actions/reference/environment-variables
27- # # (but we may not see these as we are in Docker)
27+ # # And we set it in 'docker run' call
2828 # # Ensure Codecov runs full tests too
2929 if ((Sys.getenv(" CI" ) == " true" ) ||
3030 (Sys.getenv(" TRAVIS" ) == " true" ) ||
You can’t perform that action at this time.
0 commit comments