mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
added cd R to Run step
This commit is contained in:
parent
31ec7d96c3
commit
141a9abde5
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user