File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 4242 run : |
4343 cd $GITHUB_WORKSPACE/benchmarks/linear-elasticity-plate-with-hole/
4444 snakemake --use-conda --force
45+
46+ - name : run-Kratos-benchmarks
47+ shell : bash -l {0}
48+ run : |
49+ cd $GITHUB_WORKSPACE/benchmarks/linear-elasticity-plate-with-hole-Kratos/
50+ snakemake --use-conda --force
4551
4652 # - name: run-optimization-workflow
4753 # shell: bash -l {0}
@@ -55,10 +61,17 @@ jobs:
5561 # cd $GITHUB_WORKSPACE/usecases/optimization_paper/
5662 # doit
5763
58- - name : Archive optimization paper pdf
59- uses : actions/upload-artifact@v3
64+ - name : Archive fenics data
65+ uses : actions/upload-artifact@v4
6066 with :
6167 name : fenics-output
6268 path : |
6369 benchmarks/linear-elasticity-plate-with-hole/data
70+
71+ - name : Archive kratos data
72+ uses : actions/upload-artifact@v4
73+ with :
74+ name : fenics-output
75+ path : |
76+ benchmarks/linear-elasticity-plate-with-hole-Kratos/data
6477
You can’t perform that action at this time.
0 commit comments