Skip to content

Commit a2ff9f7

Browse files
authored
Update run-benchmark.yml
1 parent 963ce79 commit a2ff9f7

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
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

0 commit comments

Comments
 (0)