1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 04:06:12 +01:00

Update check.yaml

This commit is contained in:
Dr. Matthijs Berends 2022-08-28 13:32:26 +02:00 committed by GitHub
parent 40d9658e06
commit 1a9bac8c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ 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 AMR R CMD check --no-manual --run-donttest --run-dontrun
shell: bash shell: bash
- name: Show unit tests output - name: Show unit tests output