mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 22:22:03 +02:00
(v1.6.0.9032) unit tests
This commit is contained in:
6
.github/workflows/check.yaml
vendored
6
.github/workflows/check.yaml
vendored
@ -108,6 +108,12 @@ jobs:
|
||||
run: |
|
||||
sudo apt install -y libssl-dev pandoc pandoc-citeproc libxml2-dev libicu-dev libcurl4-openssl-dev
|
||||
|
||||
- name: Install AMR package
|
||||
if: always()
|
||||
run: |
|
||||
R CMD install data-raw/AMR_latest.tar.gz
|
||||
shell: bash
|
||||
|
||||
- name: Update package dependencies
|
||||
run: |
|
||||
source("data-raw/_install_deps.R")
|
||||
|
Reference in New Issue
Block a user