added directories before check

This commit is contained in:
Scott Charlton 2022-03-17 11:47:41 -07:00 committed by GitHub
parent 3d66674035
commit f0c2b3a839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,9 @@ jobs:
- name: versioning
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
- name: make directories
run: mkdir -p R/phreeqc/R && mkdir -p R/phreeqc/src/phreeqcpp && mkdir -p R/phreeqc/data
- name: check
run: cd R/phreeqc && Rscript -e 'devtools::check()'