mirror of
https://github.com/msberends/AMR.git
synced 2025-01-23 22:24:34 +01:00
Update check.yaml
This commit is contained in:
parent
95f9563f58
commit
0d67db4f32
6
.github/workflows/check.yaml
vendored
6
.github/workflows/check.yaml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
path: ${{ env.R_LIBS_USER }}
|
path: ${{ env.R_LIBS_USER }}
|
||||||
key: ${{ matrix.config.os }}-r-${{ matrix.config.r }}-v4
|
key: ${{ matrix.config.os }}-r-${{ matrix.config.r }}-v4
|
||||||
|
|
||||||
- name: Unpack AMR and install R dependencies
|
- name: Install R dependencies
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
Rscript -e "source('data-raw/_install_deps.R')"
|
Rscript -e "source('data-raw/_install_deps.R')"
|
||||||
@ -133,7 +133,9 @@ jobs:
|
|||||||
R_LIBS_USER_GH_ACTIONS: ${{ env.R_LIBS_USER }}
|
R_LIBS_USER_GH_ACTIONS: ${{ env.R_LIBS_USER }}
|
||||||
R_RUN_TINYTEST: true
|
R_RUN_TINYTEST: true
|
||||||
run: |
|
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
|
shell: bash
|
||||||
|
|
||||||
- name: Show unit tests output
|
- name: Show unit tests output
|
||||||
|
Loading…
Reference in New Issue
Block a user