unit test

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-05-20 10:55:07 +02:00
parent 04ef5b28e7
commit d1b1828ab8
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ jobs:
if: always()
run: |
tar -xf data-raw/AMR_latest.tar.gz
source("data-raw/_install_deps.R")
shell: Rscript {0}
Rscript -e "source('data-raw/_install_deps.R')"
shell: bash
- name: Show session info
if: always()