File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : CI
1+ name : Examples- CI
22on :
33 push :
44
1818 PROVENANACE_FILE_NAME : element_size_vs_max_mises_stress.pdf
1919
2020jobs :
21- run-simulation :
21+ run-examples :
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : checkout repo content
@@ -37,13 +37,13 @@ jobs:
3737 - name : Update environment
3838 run : mamba env update -n model-validation -f environment_benchmarks.yml
3939
40- - name : Run Example linear-elastic-plate-with-hole_fenics using Benchmarking package
40+ - name : Run linear-elastic-plate-with-hole using fenics
4141 shell : bash -l {0}
4242 run : |
4343 cd $GITHUB_WORKSPACE/examples/linear-elastic-plate-with-hole/fenics/
4444 python run_benchmark.py
4545
46- - name : Archive Linear Elastic plate with a hole benchmark data for snakemake
46+ - name : Archive results of the fenics run of linear-elastic-plate-with-hole
4747 uses : actions/upload-artifact@v4
4848 with :
4949 name : snakemake_results_linear-elastic-plate-with-hole
You can’t perform that action at this time.
0 commit comments