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

unit test

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-05-20 10:55:07 +02:00
parent 04ef5b28e7
commit d1b1828ab8

View File

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