mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +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
|
run: cd R && R CMD INSTALL --build phreeqc_*.tar.gz
|
||||||
|
|
||||||
- name: run
|
- 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
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user