Skip to content

Commit 5cba86d

Browse files
committed
rewritten the CI .yml to remove ambiguity.
1 parent 9287644 commit 5cba86d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-benchmark-examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Examples-CI
22
on:
33
push:
44

@@ -18,7 +18,7 @@ env:
1818
PROVENANACE_FILE_NAME: element_size_vs_max_mises_stress.pdf
1919

2020
jobs:
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

0 commit comments

Comments
 (0)