1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 12:31:58 +02:00

(v1.4.0.9057) GH actions update

This commit is contained in:
2021-01-04 09:49:42 +01:00
parent 63a4dda467
commit daac96fefe
13 changed files with 24 additions and 21 deletions

View File

@ -117,9 +117,8 @@ jobs:
brew install mariadb-connector-c
- name: Install dependencies
if: always()
run: |
utils::install.packages(strsplit(utils::packageDescription("AMR")$Suggests, ",\n")[[1]])
utils::update.packages(ask = FALSE)
shell: Rscript {0}
- name: Session info
@ -151,10 +150,14 @@ jobs:
if: always()
run: find check -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash
- name: Install packages to check for new deps
run: |
R CMD INSTALL data-raw/AMR_*.tar.gz
- name: Upload check results
if: failure()
uses: actions/upload-artifact@master
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
name: ${{ matrix.config.os }}-r${{ matrix.config.r }}-results
path: check