File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
40
40
- name : run-fenics-benchmarks
41
41
shell : bash -l {0}
42
42
run : |
43
- cd $GITHUB_WORKSPACE/benchmarks/linear-elastic/FEniCS/infinite -plate-with-hole/
43
+ cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS /
44
44
snakemake --use-conda --force --cores 'all'
45
45
46
46
- name : run-Kratos-benchmarks
47
47
shell : bash -l {0}
48
48
run : |
49
- cd $GITHUB_WORKSPACE/benchmarks/linear-elastic/Kratos/infinite -plate-with-hole/
49
+ cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/Kratos /
50
50
snakemake --use-conda --force --cores 'all'
51
51
52
52
# - name: run-optimization-workflow
@@ -66,12 +66,12 @@ jobs:
66
66
with :
67
67
name : fenics-output
68
68
path : |
69
- benchmarks/linear-elastic/FEniCS/infinite -plate-with-hole/data
69
+ benchmarks/linear-elastic-plate-with-hole/FEniCS /data
70
70
71
71
- name : Archive kratos data
72
72
uses : actions/upload-artifact@v4
73
73
with :
74
74
name : kratos-output
75
75
path : |
76
- benchmarks/linear-elastic/Kratos/infinite -plate-with-hole/data
76
+ benchmarks/linear-elastic-plate-with-hole/Kratos /data
77
77
You can’t perform that action at this time.
0 commit comments