File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
33
- name : Upload test logs
34
34
uses : actions/upload-artifact@v4
35
35
with :
36
- name : test-logs
37
- path : test/*.log
36
+ name : ${{ matrix.os }} test-logs
37
+ path : test/output/ *.log
38
38
39
39
- uses : actions/upload-artifact@v4
40
40
if : failure()
Original file line number Diff line number Diff line change 18
18
mkdir -p output
19
19
20
20
# Run the jobs serially
21
- command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_LinearThermal.json output/test_LinearThermal.h5 > test_LinearThermal.log 2>&1
21
+ command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_LinearThermal.json output/test_LinearThermal.h5 > output/ test_LinearThermal.log 2>&1
22
22
23
- command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_LinearElastic.json output/test_LinearElastic.h5 > test_LinearElastic.log 2>&1
23
+ command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_LinearElastic.json output/test_LinearElastic.h5 > output/ test_LinearElastic.log 2>&1
24
24
25
- command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_PseudoPlastic.json output/test_PseudoPlastic.h5 > test_PseudoPlastic.log 2>&1
25
+ command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_PseudoPlastic.json output/test_PseudoPlastic.h5 > output/ test_PseudoPlastic.log 2>&1
26
26
27
- command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_J2Plasticity.json output/test_J2Plasticity.h5 > test_J2Plasticity.log 2>&1
27
+ command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_J2Plasticity.json output/test_J2Plasticity.h5 > output/ test_J2Plasticity.log 2>&1
28
28
29
- command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_MixedBCs.json output/test_MixedBCs.h5 > test_MixedBCs.log 2>&1
29
+ command time -v mpiexec -n $num_processes " $FANS_EXEC " input_files/test_MixedBCs.json output/test_MixedBCs.h5 > output/ test_MixedBCs.log 2>&1
You can’t perform that action at this time.
0 commit comments