Skip to content

Commit c826078

Browse files
committed
More specific tool name
1 parent c815271 commit c826078

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/mcstas-conda-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
set -e
145145
set -u
146146
set -x
147-
./src/devel/bin/cleanfiles -d run_test-suite
147+
./src/devel/bin/mccode-simdir-cleanfiles -d run_test-suite
148148
tar cvfz mcstas-${{ matrix.os }}.${{ matrix.mpi }}.python-${{ matrix.python }}_output.tgz run_test-suite
149149
150150
- name: 'Upload Artifact'

.github/workflows/mcxtrace-conda-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
set -e
145145
set -u
146146
set -x
147-
./src/devel/bin/cleanfiles -d run_test-suite
147+
./src/devel/bin/mccode-simdir-cleanfiles -d run_test-suite
148148
tar cvfz mcxtrace-${{ matrix.os }}.${{ matrix.mpi }}.python-${{ matrix.python }}_output.tgz run_test-suite
149149
150150
- name: 'Upload Artifact'

0 commit comments

Comments
 (0)