File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
push :
4
- branches-ignore :
5
4
6
5
pull_request :
7
6
branches : [ main ]
@@ -35,13 +34,12 @@ jobs:
35
34
36
35
- name : Update environment
37
36
run : mamba env update -n model-validation -f environment_benchmarks.yml
38
- if : steps.cache.outputs.cache-hit != 'true'
39
37
40
38
- name : run-fenics-benchmarks
41
39
shell : bash -l {0}
42
40
run : |
43
41
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS/
44
- snakemake --use-conda --force --cores 'all' --reporter metadat4ing
42
+ snakemake --use-conda --force --cores 'all' --reporter metadata4ing
45
43
46
44
- name : run-fenics-nextflow-benchmark
47
45
shell : bash -l {0}
55
53
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/Kratos/
56
54
snakemake --use-conda --force --cores 'all'
57
55
58
- # - name: run-optimization-workflow
59
- # shell: bash -l {0}
60
- # run: |
61
- # cd $GITHUB_WORKSPACE/usecases/optimization_paper/optimization_workflow/
62
- # snakemake -c 1
63
-
64
- # - name: run-optimization-paper
65
- # shell: bash -l {0}
66
- # run: |
67
- # cd $GITHUB_WORKSPACE/usecases/optimization_paper/
68
- # doit
69
-
70
56
- name : Archive fenics data
71
57
uses : actions/upload-artifact@v4
72
58
with :
You can’t perform that action at this time.
0 commit comments