Update check.yaml

This commit is contained in:
Dr. Matthijs Berends 2022-08-28 16:03:23 +02:00 committed by GitHub
parent 95f9563f58
commit 0d67db4f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -97,7 +97,7 @@ jobs:
path: ${{ env.R_LIBS_USER }}
key: ${{ matrix.config.os }}-r-${{ matrix.config.r }}-v4
- name: Unpack AMR and install R dependencies
- name: Install R dependencies
if: always()
run: |
Rscript -e "source('data-raw/_install_deps.R')"
@ -133,7 +133,9 @@ jobs:
R_LIBS_USER_GH_ACTIONS: ${{ env.R_LIBS_USER }}
R_RUN_TINYTEST: true
run: |
R CMD check --no-manual --run-donttest --run-dontrun .
cd ..
R CMD build AMR
R CMD check --no-manual --run-donttest --run-dontrun AMR_*.tar.gz
shell: bash
- name: Show unit tests output