added cd R to Run step

This commit is contained in:
Scott Charlton 2022-03-28 18:19:24 -06:00 committed by GitHub
parent 31ec7d96c3
commit 141a9abde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ jobs:
run: cd R && R CMD INSTALL --build phreeqc_*.tar.gz
- name: run
run: cd R -d "valgrind --tool=memcheck --leak-check=full" --vanilla < valgrind.R 2>&1 | tee valgrind.full.out
run: cd R && R -d "valgrind --tool=memcheck --leak-check=full" --vanilla < valgrind.R 2>&1 | tee valgrind.full.out
- uses: actions/upload-artifact@v2
with: