Skip to content

Commit 3f5bd14

Browse files
committed
bug fix
1 parent 3d67d41 commit 3f5bd14

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- name: Update environment
3636
run: mamba env update -n model-validation -f environment_benchmarks.yml
3737

38-
- name: run-fenics-benchmarks
38+
- name: run-linear-elastic-plate-with-hole-benchmarks
3939
shell: bash -l {0}
4040
run: |
41-
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS/
41+
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/
4242
python generate_config.py
4343
snakemake --use-conda --force --cores 'all'
4444
snakemake --use-conda --force --cores 'all' --reporter metadata4ing
@@ -49,32 +49,20 @@ jobs:
4949
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/
5050
nextflow run main.nf -plugins nf-prov@1.4.0
5151
52-
- name: run-Kratos-benchmarks
53-
shell: bash -l {0}
54-
run: |
55-
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/Kratos/
56-
snakemake --use-conda --force --cores 'all'
57-
58-
- name: Archive fenics data
52+
- name: Archive Linear Elastic plate with a hole benchmark data from snakemake
5953
uses: actions/upload-artifact@v4
6054
with:
61-
name: fenics-output
55+
name: linear-elastic-plate-with-hole_snakemake
6256
path: |
63-
benchmarks/linear-elastic-plate-with-hole/fenics/snakemake_results/
57+
benchmarks/linear-elastic-plate-with-hole/snakemake_results/
6458
65-
- name: Archive fenics snakemake provenance
59+
- name: Archive Linear Elastic plate with a hole benchmark data from snakemake provenance
6660
uses: actions/upload-artifact@v4
6761
with:
68-
name: fenics-snakemake-provenance
62+
name: linear-elastic-plate-with-hole_snakemake_provenance
6963
path: |
70-
benchmarks/linear-elastic-plate-with-hole/FEniCS/*.zip
64+
benchmarks/linear-elastic-plate-with-hole/*.zip
7165
72-
- name: Archive kratos data
73-
uses: actions/upload-artifact@v4
74-
with:
75-
name: kratos-output
76-
path: |
77-
benchmarks/linear-elastic-plate-with-hole/Kratos/data
7866
7967
- name: Archive fenics nextflow data
8068
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)